SYMBOL_POINT – 一个点的值 SYMBOL_TRADE_TICK_SIZE – 指定可允许的最小价格变化的报价值 SYMBOL_TRADE_TICK_VALUE –一个盈利持仓的一个报价变动值 删除自定义交易品种历史以后,程序端将使用更新的属性尝试创建一个新的历史。手动更改自定义交易品种属性时也会遇到同样的问题。
SYMBOL_TRADE_TICK_VALUE Value of SYMBOL_TRADE_TICK_VALUE_PROFIT double SYMBOL_TRADE_TICK_VALUE_PROFIT Not supported double SYMBOL_TRADE_TICK_VALUE_LOSS Not supported double SYMBOL_TRADE_TICK_SIZE Minimal price change double SYMBOL_TRADE_CONTRACT_SIZE ...
SYMBOL_TRADE_TICK_SIZE Minimal price change double SYMBOL_TRADE_CONTRACT_SIZE Trade contract size double SYMBOL_TRADE_ACCRUED_INTEREST Accrued interest –accumulated coupon interest, i.e. part of the coupon interest calculated in proportion to the number of days since the coupon bond issuance or...
MODE_TICKVALUE 16 标手每跳金 // 当前品种报价每一跳的价值。 在相对于指定的货币存款中 返回点值 MODE_TICKSIZE 17 报价最小单位 // 当前品种报价每一跳的大小。 对于当前货币对, MarketInfo(Symbol(), MODE_POINT) 和MarketInfo(Symbol(), MODE_TICKSIZE)的值是相同的。 MODE_SWAPLONG 18 多头掉期 //...
trade:{'data-update-time':'1676290514.699386',price:'21641.98',size:'0.01892',time:'1676290505'},'minute-bar':{close:'21641.98','data-update-time':'1676290514.699386',high:'21641.98',low:'21641.17',open:'21641.37',time:'1676290500','update-time':'1676290505.0',volume:'0.02528'},'daily-bar'...
OfferSize os =newOfferSize(); k.ask = (decimal)op.getValue(); k.os = (int)message.getField(os).getValue(); } {// lastPrice price =newPrice(); message.getField(price); k.trade = (decimal)price.getValue(); } tl.newTick(k);//ClOrdID clOrdID = new ClOrdID();//message.get...
SYMBOL_TRADE_TICK_SIZE – value of a tick that specifies the minimum allowable price change SYMBOL_TRADE_TICK_VALUE – one-tick price change value for a profitable position After deleting the custom symbol history, the terminal attempts to create a new history using the updated properties. The ...
trade_tick_size=0.001 trade_contract_size=100000.0 trade_accrued_interest=0.0 trade_face_value=0.0 trade_liquidity_rate=0.0 volume_min=0.01 volume_max=500.0 volume_step=0.01 volume_limit=0.0 swap_long=-0.2 swap_short=-1.2 margin_initial=0.0 ...
trade_tick_size=1e-05 trade_contract_size=100000.0 trade_accrued_interest=0.0 trade_face_value=0.0 trade_liquidity_rate=0.0 volume_min=0.01 volume_max=500.0 volume_step=0.01 volume_limit=0.0 swap_long=-1.1 swap_short=-0.9 margin_initial=0.0 margin_maintenance=0.0 session_vo...
TradeFillFlags 获取允许的订单填充模式标志 量化 Digits 获取小数点之后的位数 Point 获取点数值 TickValue 获取即时报价成本 (最小价格变化) TickValueProfit 获取经计算的盈利仓位的即时价格 TickValueLoss 获取经计算的亏损仓位的即时价格 TickSize 获取价格的最小变化 合约大小 ContractSize 获取交易合...