Security (Paper, Active) description
Подробнее...
|
|
override string | ToString () |
| |
|
string | ToString (string format, IFormatProvider formatProvider) |
| |
|
override bool | Equals (object obj) |
| |
|
override int | GetHashCode () |
| |
|
double | RoundPrice (double price) |
| |
|
double | RoundLots (double shares) |
| |
|
int | MakePriceId (double price) |
| |
|
|
void | FirePropertyChanged (string proprtyName) |
| |
|
| string | Id [get, set] |
| | Security Id Подробнее...
|
| |
| string | Name [get, set] |
| | Security Name Подробнее...
|
| |
| string | FullName [get, set] |
| | Security FullName Подробнее...
|
| |
| string | Comment [get, set] |
| | Security Comment Подробнее...
|
| |
| string | Currency [get, set] |
| | Security Currency Подробнее...
|
| |
| TradePlace | TradePlace [get, set] |
| | TradePlace Подробнее...
|
| |
| string | DSName [get] |
| | Data Source Name Подробнее...
|
| |
| int | LotSize [get, set] |
| | Lot size Подробнее...
|
| |
| double | LotTick [get, set] |
| | Lot tick (1 by default) Подробнее...
|
| |
| double | Margin [get, set] |
| | Margin Подробнее...
|
| |
| int | Decimals [get, set] |
| | Decimals after point Подробнее...
|
| |
| double | Tick [get, set] |
| | Minimal incrent value Подробнее...
|
| |
| bool | Expired [get, set] |
| | Expired or not Подробнее...
|
| |
| int | Slip [get, set] |
| | The trade slip TODO: may be it should be moved to another place Подробнее...
|
| |
| bool | IsMoney [get, set] |
| | True if the security is a money active Подробнее...
|
| |
| ActiveType | ActiveType [get, set] |
| | Type of active Подробнее...
|
| |
|
string | TradePlaceId [get] |
| |
|
string | TradePlaceName [get] |
| |
| double | Strike [get, set] |
| | Option strike Подробнее...
|
| |
| DateTime | ExpirationDate [get, set] |
| | Expiration date (if possible) Подробнее...
|
| |
|
|
PropertyChangedEventHandler | PropertyChanged |
| |
Security (Paper, Active) description
| ActiveType TSLab.DataSource.Security.ActiveType |
|
getset |
| string TSLab.DataSource.Security.Comment |
|
getset |
| string TSLab.DataSource.Security.Currency |
|
getset |
| int TSLab.DataSource.Security.Decimals |
|
getset |
| string TSLab.DataSource.Security.DSName |
|
get |
| DateTime TSLab.DataSource.Security.ExpirationDate |
|
getset |
Expiration date (if possible)
| bool TSLab.DataSource.Security.Expired |
|
getset |
| string TSLab.DataSource.Security.FullName |
|
getset |
| string TSLab.DataSource.Security.Id |
|
getset |
| bool TSLab.DataSource.Security.IsMoney |
|
getset |
True if the security is a money active
| int TSLab.DataSource.Security.LotSize |
|
getset |
| double TSLab.DataSource.Security.LotTick |
|
getset |
| double TSLab.DataSource.Security.Margin |
|
getset |
| string TSLab.DataSource.Security.Name |
|
getset |
| int TSLab.DataSource.Security.Slip |
|
getset |
The trade slip TODO: may be it should be moved to another place
| double TSLab.DataSource.Security.Strike |
|
getset |
| double TSLab.DataSource.Security.Tick |
|
getset |