TSLab API Docs
1
|
Single option of given strike, type and expiration More...
Public Member Functions | |
double | GetTick (double price) |
Get tick related a price More... | |
void | UpdateQueueData () |
Update cached queue data. | |
IReadOnlyList< IQueueData > | GetBuyQueue (int barNum) |
Get list of orders queue for selected candle or null. The candle number returns orders queue for buy part | |
IReadOnlyList< IQueueData > | GetSellQueue (int barNum) |
Get list of orders queue for selected candle or null. The candle number returns orders queue for sell part | |
Properties | |
ISecurity | Security [get] |
Single option | |
ISecurity | UnderlyingAsset [get] |
Underlying asset | |
CommissionDelegate | Commission [get, set] |
Get/set commission delegate for script. | |
double | Tick [get] |
Price step | |
double | LotTick [get] |
Lot change step | |
double | Strike [get] |
Strike | |
FinInfo | FinInfo [get] |
Instrument market state | |
StrikeType | StrikeType [get] |
Option type (call, put, any) | |
DateTime | ExpirationDate [get] |
Expiration date (without time) | |
double | CurrentPrice [get] |
Current price | |
Single option of given strike, type and expiration
double TSLab.Script.Options.IOptionStrike.GetTick | ( | double | price | ) |
Get tick related a price