31 Star 83 Fork 43

EliteQuant/EliteQuant_Matlab

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
elitequant-2017-12-04..txt 185.79 KB
一键复制 编辑 原始数据 按行查看 历史
EliteQuant 提交于 2017-12-04 13:23 +08:00 . 加入下单和成交tab
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570
2017-12-04 00:01:30.572 INFO:[Brokers\Ctp\ctpdatafeed.cpp,61][EliteQuant::ctpdatafeed::connectToMarketDataFeed]Ctp datasource connecting...!
2017-12-04 00:01:30.572 INFO:[Brokers\Ctp\ctpbrokerage.cpp,86][EliteQuant::ctpbrokerage::connectToBrokerage]Ctp brokerage connection connected!
2017-12-04 00:01:30.619 INFO:[Services\Api\apiservice.cpp,44][EliteQuant::ApiServer::run]api server started.
2017-12-04 00:01:30.835 INFO:[Brokers\Ctp\ctpdatafeed.cpp,194][EliteQuant::ctpdatafeed::OnFrontConnected]Ctp data server is connected.
2017-12-04 00:01:30.835 INFO:[Brokers\Ctp\ctpbrokerage.cpp,297][EliteQuant::ctpbrokerage::OnFrontConnected]Ctp broker connected; Continue to login.
2017-12-04 00:01:37.602 INFO:[Brokers\Ctp\ctpdatafeed.cpp,165][EliteQuant::ctpdatafeed::requestUserLogin]Ctp data server logging in....
2017-12-04 00:01:37.833 INFO:[Brokers\Ctp\ctpdatafeed.cpp,223][EliteQuant::ctpdatafeed::OnRspUserLogin]Ctp data server user logged in; TradingDay=20171204, LoginTime=, BrokerID=, UserID=.
2017-12-04 00:01:37.864 INFO:[Brokers\Ctp\ctpbrokerage.cpp,343][EliteQuant::ctpbrokerage::OnRspUserLogin]Ctp broker server user logged in, TradingDay=20171204, LoginTime=13:01:36, BrokerID=9999, UserID=107957, frontID=1, sessionID=-690808085, MaxOrderRef=1
.2017-12-04 00:01:37.864 INFO:[Brokers\Ctp\ctpbrokerage.cpp,217][EliteQuant::ctpbrokerage::requestBrokerageAccountInformation]Ctp broker requests brokerage account information.
2017-12-04 00:01:37.864 INFO:[Brokers\Ctp\ctpbrokerage.cpp,273][EliteQuant::ctpbrokerage::requestOpenPositions]Ctp broker requests open positions.
2017-12-04 00:01:37.864 INFO:[Brokers\Ctp\ctpbrokerage.cpp,285][EliteQuant::ctpbrokerage::requestSettlementInfoConfirm]Ctp broker requests settlement info comfirm.
2017-12-04 00:01:38.080 INFO:[Brokers\Ctp\ctpdatafeed.cpp,248][EliteQuant::ctpdatafeed::OnRspSubMarketData]Ctp data server OnRspSubMarketData: InstrumentID=IC1712.
2017-12-04 00:01:38.086 INFO:[Brokers\Ctp\ctpbrokerage.cpp,516][EliteQuant::ctpbrokerage::OnRtnOrder]CTP trade server OnRtnOrder details: OrderRef=IC1712, InstrumentID=CFFEX, ExchangeID=0, InsertTime=10:44:36, CancelTime=, FrontID=1, SessionID=-1233914369, Direction=0, CombOffsetFlag=0, OrderStatus=a, OrderSubmitStatus=0, StatusMsg=报单已提交, LimitPrice=0.000000, VolumeTotalOriginal=1, VolumeTraded=0, OrderSysID=, SequenceNo=0.
2017-12-04 00:01:38.086 ERROR:[Common\Order\ordermanager.cpp,65][EliteQuant::OrderManager::gotOrder]Order is not tracked. OrderId= 0
2017-12-04 00:01:38.102 INFO:[Brokers\Ctp\ctpbrokerage.cpp,516][EliteQuant::ctpbrokerage::OnRtnOrder]CTP trade server OnRtnOrder details: OrderRef=IC1712, InstrumentID=CFFEX, ExchangeID=0, InsertTime=10:44:36, CancelTime=, FrontID=1, SessionID=-1233914369, Direction=0, CombOffsetFlag=0, OrderStatus=5, OrderSubmitStatus=4, StatusMsg=已撤单报单被拒绝CFFEX:不被支持的报单类型, LimitPrice=0.000000, VolumeTotalOriginal=1, VolumeTraded=0, OrderSysID=, SequenceNo=0.
2017-12-04 00:01:38.102 ERROR:[Common\Order\ordermanager.cpp,65][EliteQuant::OrderManager::gotOrder]Order is not tracked. OrderId= 0
2017-12-04 00:01:38.102 INFO:[Brokers\Ctp\ctpbrokerage.cpp,516][EliteQuant::ctpbrokerage::OnRtnOrder]CTP trade server OnRtnOrder details: OrderRef=IC1712, InstrumentID=CFFEX, ExchangeID=1, InsertTime=10:45:01, CancelTime=, FrontID=1, SessionID=-1233914369, Direction=0, CombOffsetFlag=0, OrderStatus=a, OrderSubmitStatus=0, StatusMsg=报单已提交, LimitPrice=6260.000000, VolumeTotalOriginal=1, VolumeTraded=0, OrderSysID=, SequenceNo=0.
2017-12-04 00:01:38.102 ERROR:[Common\Order\ordermanager.cpp,65][EliteQuant::OrderManager::gotOrder]Order is not tracked. OrderId= 1
2017-12-04 00:01:38.102 INFO:[Brokers\Ctp\ctpbrokerage.cpp,516][EliteQuant::ctpbrokerage::OnRtnOrder]CTP trade server OnRtnOrder details: OrderRef=IC1712, InstrumentID=CFFEX, ExchangeID=1, InsertTime=10:45:02, CancelTime=, FrontID=1, SessionID=-1233914369, Direction=0, CombOffsetFlag=0, OrderStatus=3, OrderSubmitStatus=3, StatusMsg=未成交, LimitPrice=6260.000000, VolumeTotalOriginal=1, VolumeTraded=0, OrderSysID= 150635, SequenceNo=4946.
2017-12-04 00:01:38.102 ERROR:[Common\Order\ordermanager.cpp,65][EliteQuant::OrderManager::gotOrder]Order is not tracked. OrderId= 1
2017-12-04 00:01:38.102 INFO:[Brokers\Ctp\ctpbrokerage.cpp,516][EliteQuant::ctpbrokerage::OnRtnOrder]CTP trade server OnRtnOrder details: OrderRef=IC1712, InstrumentID=CFFEX, ExchangeID=1, InsertTime=10:45:02, CancelTime=, FrontID=1, SessionID=-1233914369, Direction=0, CombOffsetFlag=0, OrderStatus=3, OrderSubmitStatus=3, StatusMsg=未成交, LimitPrice=6260.000000, VolumeTotalOriginal=1, VolumeTraded=0, OrderSysID= 150635, SequenceNo=4946.
2017-12-04 00:01:38.102 ERROR:[Common\Order\ordermanager.cpp,65][EliteQuant::OrderManager::gotOrder]Order is not tracked. OrderId= 1
2017-12-04 00:01:38.102 INFO:[Brokers\Ctp\ctpbrokerage.cpp,516][EliteQuant::ctpbrokerage::OnRtnOrder]CTP trade server OnRtnOrder details: OrderRef=IC1712, InstrumentID=CFFEX, ExchangeID=1, InsertTime=10:45:02, CancelTime=, FrontID=1, SessionID=-1233914369, Direction=0, CombOffsetFlag=0, OrderStatus=5, OrderSubmitStatus=3, StatusMsg=已撤单, LimitPrice=6260.000000, VolumeTotalOriginal=1, VolumeTraded=0, OrderSysID= 150635, SequenceNo=4953.
2017-12-04 00:01:38.102 ERROR:[Common\Order\ordermanager.cpp,65][EliteQuant::OrderManager::gotOrder]Order is not tracked. OrderId= 1
2017-12-04 00:01:38.102 INFO:[Brokers\Ctp\ctpbrokerage.cpp,516][EliteQuant::ctpbrokerage::OnRtnOrder]CTP trade server OnRtnOrder details: OrderRef=IC1712, InstrumentID=CFFEX, ExchangeID=2, InsertTime=10:45:28, CancelTime=, FrontID=1, SessionID=-1233914369, Direction=1, CombOffsetFlag=0, OrderStatus=a, OrderSubmitStatus=0, StatusMsg=报单已提交, LimitPrice=6290.000000, VolumeTotalOriginal=1, VolumeTraded=0, OrderSysID=, SequenceNo=0.
2017-12-04 00:01:38.102 ERROR:[Common\Order\ordermanager.cpp,65][EliteQuant::OrderManager::gotOrder]Order is not tracked. OrderId= 2
2017-12-04 00:01:38.102 INFO:[Brokers\Ctp\ctpbrokerage.cpp,516][EliteQuant::ctpbrokerage::OnRtnOrder]CTP trade server OnRtnOrder details: OrderRef=IC1712, InstrumentID=CFFEX, ExchangeID=2, InsertTime=10:45:29, CancelTime=, FrontID=1, SessionID=-1233914369, Direction=1, CombOffsetFlag=0, OrderStatus=3, OrderSubmitStatus=3, StatusMsg=未成交, LimitPrice=6290.000000, VolumeTotalOriginal=1, VolumeTraded=0, OrderSysID= 150910, SequenceNo=4956.
2017-12-04 00:01:38.102 ERROR:[Common\Order\ordermanager.cpp,65][EliteQuant::OrderManager::gotOrder]Order is not tracked. OrderId= 2
2017-12-04 00:01:38.102 INFO:[Brokers\Ctp\ctpbrokerage.cpp,516][EliteQuant::ctpbrokerage::OnRtnOrder]CTP trade server OnRtnOrder details: OrderRef=IC1712, InstrumentID=CFFEX, ExchangeID=2, InsertTime=10:45:29, CancelTime=, FrontID=1, SessionID=-1233914369, Direction=1, CombOffsetFlag=0, OrderStatus=3, OrderSubmitStatus=3, StatusMsg=未成交, LimitPrice=6290.000000, VolumeTotalOriginal=1, VolumeTraded=0, OrderSysID= 150910, SequenceNo=4956.
2017-12-04 00:01:38.102 ERROR:[Common\Order\ordermanager.cpp,65][EliteQuant::OrderManager::gotOrder]Order is not tracked. OrderId= 2
2017-12-04 00:01:38.302 INFO:[Brokers\Ctp\ctpdatafeed.cpp,248][EliteQuant::ctpdatafeed::OnRspSubMarketData]Ctp data server OnRspSubMarketData: InstrumentID=IC1801.
2017-12-04 00:01:38.302 INFO:[Brokers\Ctp\ctpdatafeed.cpp,248][EliteQuant::ctpdatafeed::OnRspSubMarketData]Ctp data server OnRspSubMarketData: InstrumentID=IC1803.
2017-12-04 00:01:38.302 INFO:[Brokers\Ctp\ctpdatafeed.cpp,248][EliteQuant::ctpdatafeed::OnRspSubMarketData]Ctp data server OnRspSubMarketData: InstrumentID=IF1712.
2017-12-04 00:01:38.302 INFO:[Brokers\Ctp\ctpdatafeed.cpp,248][EliteQuant::ctpdatafeed::OnRspSubMarketData]Ctp data server OnRspSubMarketData: InstrumentID=IF1801.
2017-12-04 00:01:38.302 INFO:[Brokers\Ctp\ctpdatafeed.cpp,248][EliteQuant::ctpdatafeed::OnRspSubMarketData]Ctp data server OnRspSubMarketData: InstrumentID=al1712.
2017-12-04 00:01:38.302 INFO:[Brokers\Ctp\ctpdatafeed.cpp,248][EliteQuant::ctpdatafeed::OnRspSubMarketData]Ctp data server OnRspSubMarketData: InstrumentID=al1801.
2017-12-04 00:01:38.302 INFO:[Brokers\Ctp\ctpdatafeed.cpp,248][EliteQuant::ctpdatafeed::OnRspSubMarketData]Ctp data server OnRspSubMarketData: InstrumentID=cu1712.
2017-12-04 00:01:38.302 INFO:[Brokers\Ctp\ctpdatafeed.cpp,248][EliteQuant::ctpdatafeed::OnRspSubMarketData]Ctp data server OnRspSubMarketData: InstrumentID=cu1801.
2017-12-04 00:01:38.349 INFO:[Brokers\Ctp\ctpbrokerage.cpp,516][EliteQuant::ctpbrokerage::OnRtnOrder]CTP trade server OnRtnOrder details: OrderRef=IC1712, InstrumentID=CFFEX, ExchangeID=2, InsertTime=10:45:29, CancelTime=, FrontID=1, SessionID=-1233914369, Direction=1, CombOffsetFlag=0, OrderStatus=5, OrderSubmitStatus=3, StatusMsg=已撤单, LimitPrice=6290.000000, VolumeTotalOriginal=1, VolumeTraded=0, OrderSysID= 150910, SequenceNo=4960.
2017-12-04 00:01:38.349 ERROR:[Common\Order\ordermanager.cpp,65][EliteQuant::OrderManager::gotOrder]Order is not tracked. OrderId= 2
2017-12-04 00:01:38.802 INFO:[Brokers\Ctp\ctpbrokerage.cpp,472][EliteQuant::ctpbrokerage::OnRspQryTradingAccount]Ctp broker server OnRspQryTradingAccount: AccountID=107957, Available=984997.77, PreBalance=1008739.27, Deposit=0.00, Withdraw=0.00, WithdrawQuota=787998.22, Commission=4.00, CurrMargin=23737.50, FrozenMargin=0.00, CloseProfit=0.00, PositionProfit=0.00, balance=1008735.27.
2017-12-04 00:01:38.802 INFO:[Brokers\Ctp\ctpbrokerage.cpp,439][EliteQuant::ctpbrokerage::OnRspSettlementInfoConfirm]Ctp broker server OnRspSettlementInfoConfirm, ConfirmDate=20171204, ConfirmTime=13:01:36.
2017-12-04 00:01:39.033 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=SR811, InstrumentName=白砂糖811, ExchangeID=CZCE, ExchangeInstID=SR811, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181114, LongMarginRatio=0.05.
2017-12-04 00:01:39.033 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=CF805, InstrumentName=棉花805, ExchangeID=CZCE, ExchangeInstID=CF805, VolumeMultiple=5, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180515, LongMarginRatio=0.05.
2017-12-04 00:01:39.033 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=SR807, InstrumentName=白砂糖807, ExchangeID=CZCE, ExchangeInstID=SR807, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180713, LongMarginRatio=0.05.
2017-12-04 00:01:39.033 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=SR805, InstrumentName=白砂糖805, ExchangeID=CZCE, ExchangeInstID=SR805, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180515, LongMarginRatio=0.05.
2017-12-04 00:01:39.033 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=TA805, InstrumentName=化纤805, ExchangeID=CZCE, ExchangeInstID=TA805, VolumeMultiple=5, PriceTick=2.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180515, LongMarginRatio=0.05.
2017-12-04 00:01:39.033 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=TA712, InstrumentName=化纤712, ExchangeID=CZCE, ExchangeInstID=TA712, VolumeMultiple=5, PriceTick=2.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20171214, LongMarginRatio=0.05.
2017-12-04 00:01:39.033 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=TA804, InstrumentName=化纤804, ExchangeID=CZCE, ExchangeInstID=TA804, VolumeMultiple=5, PriceTick=2.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180413, LongMarginRatio=0.05.
2017-12-04 00:01:39.033 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=CF801, InstrumentName=棉花801, ExchangeID=CZCE, ExchangeInstID=CF801, VolumeMultiple=5, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180115, LongMarginRatio=0.05.
2017-12-04 00:01:39.033 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=TA801, InstrumentName=化纤801, ExchangeID=CZCE, ExchangeInstID=TA801, VolumeMultiple=5, PriceTick=2.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180115, LongMarginRatio=0.05.
2017-12-04 00:01:39.033 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=SR803, InstrumentName=白砂糖803, ExchangeID=CZCE, ExchangeInstID=SR803, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180314, LongMarginRatio=0.05.
2017-12-04 00:01:39.033 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=jd1804, InstrumentName=鲜鸡蛋1804, ExchangeID=DCE, ExchangeInstID=jd1804, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180425, LongMarginRatio=0.08.
2017-12-04 00:01:39.033 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=fu1807, InstrumentName=燃料油1807, ExchangeID=SHFE, ExchangeInstID=fu1807, VolumeMultiple=50, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180629, LongMarginRatio=0.20.
2017-12-04 00:01:39.033 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=sc1807, InstrumentName=原油1807, ExchangeID=INE, ExchangeInstID=sc1807, VolumeMultiple=1000, PriceTick=0.10, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180629, LongMarginRatio=0.05.
2017-12-04 00:01:39.033 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=ag1802, InstrumentName=白银1802, ExchangeID=SHFE, ExchangeInstID=ag1802, VolumeMultiple=15, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180215, LongMarginRatio=0.08.
2017-12-04 00:01:39.033 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=al1802, InstrumentName=铝1802, ExchangeID=SHFE, ExchangeInstID=al1802, VolumeMultiple=5, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180215, LongMarginRatio=0.10.
2017-12-04 00:01:39.033 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=cu1802, InstrumentName=铜1802, ExchangeID=SHFE, ExchangeInstID=cu1802, VolumeMultiple=5, PriceTick=10.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180215, LongMarginRatio=0.09.
2017-12-04 00:01:39.033 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=hc1802, InstrumentName=热轧板1802, ExchangeID=SHFE, ExchangeInstID=hc1802, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180215, LongMarginRatio=0.10.
2017-12-04 00:01:39.033 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=ni1802, InstrumentName=镍1802, ExchangeID=SHFE, ExchangeInstID=ni1802, VolumeMultiple=1, PriceTick=10.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180215, LongMarginRatio=0.10.
2017-12-04 00:01:39.033 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=pb1802, InstrumentName=铅1802, ExchangeID=SHFE, ExchangeInstID=pb1802, VolumeMultiple=5, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180215, LongMarginRatio=0.10.
2017-12-04 00:01:39.033 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=rb1802, InstrumentName=螺纹钢1802, ExchangeID=SHFE, ExchangeInstID=rb1802, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180215, LongMarginRatio=0.10.
2017-12-04 00:01:39.033 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=sn1802, InstrumentName=锡1802, ExchangeID=SHFE, ExchangeInstID=sn1802, VolumeMultiple=1, PriceTick=10.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180215, LongMarginRatio=0.09.
2017-12-04 00:01:39.033 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=wr1802, InstrumentName=线材1802, ExchangeID=SHFE, ExchangeInstID=wr1802, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180215, LongMarginRatio=0.20.
2017-12-04 00:01:39.033 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=zn1802, InstrumentName=锌1802, ExchangeID=SHFE, ExchangeInstID=zn1802, VolumeMultiple=5, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180215, LongMarginRatio=0.10.
2017-12-04 00:01:39.033 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=fu1806, InstrumentName=燃料油1806, ExchangeID=SHFE, ExchangeInstID=fu1806, VolumeMultiple=50, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180531, LongMarginRatio=0.20.
2017-12-04 00:01:39.033 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=ZC810, InstrumentName=动力煤ZC810, ExchangeID=CZCE, ExchangeInstID=ZC810, VolumeMultiple=100, PriceTick=0.20, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181012, LongMarginRatio=0.05.
2017-12-04 00:01:39.033 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=jd1811, InstrumentName=鲜鸡蛋1811, ExchangeID=DCE, ExchangeInstID=jd1811, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181127, LongMarginRatio=0.08.
2017-12-04 00:01:39.033 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=ag1809, InstrumentName=白银1809, ExchangeID=SHFE, ExchangeInstID=ag1809, VolumeMultiple=15, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180917, LongMarginRatio=0.08.
2017-12-04 00:01:39.033 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=al1809, InstrumentName=铝1809, ExchangeID=SHFE, ExchangeInstID=al1809, VolumeMultiple=5, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180917, LongMarginRatio=0.10.
2017-12-04 00:01:39.033 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=au1810, InstrumentName=黄金1810, ExchangeID=SHFE, ExchangeInstID=au1810, VolumeMultiple=1000, PriceTick=0.05, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181015, LongMarginRatio=0.08.
2017-12-04 00:01:39.033 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=bu1909, InstrumentName=沥青1909, ExchangeID=SHFE, ExchangeInstID=bu1909, VolumeMultiple=10, PriceTick=2.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20190916, LongMarginRatio=0.10.
2017-12-04 00:01:39.033 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=cu1809, InstrumentName=铜1809, ExchangeID=SHFE, ExchangeInstID=cu1809, VolumeMultiple=5, PriceTick=10.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180917, LongMarginRatio=0.09.
2017-12-04 00:01:39.033 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=hc1809, InstrumentName=热轧板1809, ExchangeID=SHFE, ExchangeInstID=hc1809, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180917, LongMarginRatio=0.10.
2017-12-04 00:01:39.033 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=ni1809, InstrumentName=镍1809, ExchangeID=SHFE, ExchangeInstID=ni1809, VolumeMultiple=1, PriceTick=10.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180917, LongMarginRatio=0.10.
2017-12-04 00:01:39.033 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=pb1809, InstrumentName=铅1809, ExchangeID=SHFE, ExchangeInstID=pb1809, VolumeMultiple=5, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180917, LongMarginRatio=0.10.
2017-12-04 00:01:39.033 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=rb1809, InstrumentName=螺纹钢1809, ExchangeID=SHFE, ExchangeInstID=rb1809, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180917, LongMarginRatio=0.10.
2017-12-04 00:01:39.033 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=ru1809, InstrumentName=天然橡胶1809, ExchangeID=SHFE, ExchangeInstID=ru1809, VolumeMultiple=10, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180917, LongMarginRatio=0.10.
2017-12-04 00:01:39.033 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=bu1803, InstrumentName=沥青1803, ExchangeID=SHFE, ExchangeInstID=bu1803, VolumeMultiple=10, PriceTick=2.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180315, LongMarginRatio=0.10.
2017-12-04 00:01:39.033 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=bu1712, InstrumentName=沥青1712, ExchangeID=SHFE, ExchangeInstID=bu1712, VolumeMultiple=10, PriceTick=2.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20171215, LongMarginRatio=0.10.
2017-12-04 00:01:39.033 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=FG712, InstrumentName=玻璃712, ExchangeID=CZCE, ExchangeInstID=FG712, VolumeMultiple=20, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20171214, LongMarginRatio=0.05.
2017-12-04 00:01:39.033 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=MA712, InstrumentName=甲醇MA712, ExchangeID=CZCE, ExchangeInstID=MA712, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20171214, LongMarginRatio=0.07.
2017-12-04 00:01:39.033 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=SF712, InstrumentName=硅铁712, ExchangeID=CZCE, ExchangeInstID=SF712, VolumeMultiple=5, PriceTick=2.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20171214, LongMarginRatio=0.05.
2017-12-04 00:01:39.033 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=SM712, InstrumentName=锰硅712, ExchangeID=CZCE, ExchangeInstID=SM712, VolumeMultiple=5, PriceTick=2.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20171214, LongMarginRatio=0.05.
2017-12-04 00:01:39.033 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=bb1712, InstrumentName=胶合板1712, ExchangeID=DCE, ExchangeInstID=bb1712, VolumeMultiple=500, PriceTick=0.05, UnderlyingInstrID=, ProductClass=1, ExpireDate=20171214, LongMarginRatio=0.20.
2017-12-04 00:01:39.033 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=fb1712, InstrumentName=纤维板1712, ExchangeID=DCE, ExchangeInstID=fb1712, VolumeMultiple=500, PriceTick=0.05, UnderlyingInstrID=, ProductClass=1, ExpireDate=20171214, LongMarginRatio=0.20.
2017-12-04 00:01:39.264 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=i1712, InstrumentName=铁矿石1712, ExchangeID=DCE, ExchangeInstID=i1712, VolumeMultiple=100, PriceTick=0.50, UnderlyingInstrID=, ProductClass=1, ExpireDate=20171214, LongMarginRatio=0.05.
2017-12-04 00:01:39.264 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=j1712, InstrumentName=焦炭1712, ExchangeID=DCE, ExchangeInstID=j1712, VolumeMultiple=100, PriceTick=0.50, UnderlyingInstrID=, ProductClass=1, ExpireDate=20171214, LongMarginRatio=0.05.
2017-12-04 00:01:39.264 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=jd1712, InstrumentName=鲜鸡蛋1712, ExchangeID=DCE, ExchangeInstID=jd1712, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20171226, LongMarginRatio=0.08.
2017-12-04 00:01:39.264 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=jm1712, InstrumentName=焦煤1712, ExchangeID=DCE, ExchangeInstID=jm1712, VolumeMultiple=60, PriceTick=0.50, UnderlyingInstrID=, ProductClass=1, ExpireDate=20171214, LongMarginRatio=0.05.
2017-12-04 00:01:39.264 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=l1712, InstrumentName=聚乙烯1712, ExchangeID=DCE, ExchangeInstID=l1712, VolumeMultiple=5, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20171214, LongMarginRatio=0.05.
2017-12-04 00:01:39.264 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=m1712, InstrumentName=豆粕1712, ExchangeID=DCE, ExchangeInstID=m1712, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20171214, LongMarginRatio=0.05.
2017-12-04 00:01:39.264 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=p1712, InstrumentName=棕榈油1712, ExchangeID=DCE, ExchangeInstID=p1712, VolumeMultiple=10, PriceTick=2.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20171214, LongMarginRatio=0.05.
2017-12-04 00:01:39.264 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=pp1712, InstrumentName=聚丙烯1712, ExchangeID=DCE, ExchangeInstID=pp1712, VolumeMultiple=5, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20171214, LongMarginRatio=0.05.
2017-12-04 00:01:39.264 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=v1712, InstrumentName=聚氯乙烯1712, ExchangeID=DCE, ExchangeInstID=v1712, VolumeMultiple=5, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20171214, LongMarginRatio=0.05.
2017-12-04 00:01:39.264 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=y1712, InstrumentName=豆油1712, ExchangeID=DCE, ExchangeInstID=y1712, VolumeMultiple=10, PriceTick=2.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20171214, LongMarginRatio=0.05.
2017-12-04 00:01:39.264 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=p1811, InstrumentName=棕榈油1811, ExchangeID=DCE, ExchangeInstID=p1811, VolumeMultiple=10, PriceTick=2.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181114, LongMarginRatio=0.05.
2017-12-04 00:01:39.264 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=pp1811, InstrumentName=聚丙烯1811, ExchangeID=DCE, ExchangeInstID=pp1811, VolumeMultiple=5, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181114, LongMarginRatio=0.05.
2017-12-04 00:01:39.264 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=v1811, InstrumentName=聚氯乙烯1811, ExchangeID=DCE, ExchangeInstID=v1811, VolumeMultiple=5, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181114, LongMarginRatio=0.05.
2017-12-04 00:01:39.264 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=y1811, InstrumentName=豆油1811, ExchangeID=DCE, ExchangeInstID=y1811, VolumeMultiple=10, PriceTick=2.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181114, LongMarginRatio=0.05.
2017-12-04 00:01:39.264 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=CY811, InstrumentName=棉纱811, ExchangeID=CZCE, ExchangeInstID=CY811, VolumeMultiple=5, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181114, LongMarginRatio=0.05.
2017-12-04 00:01:39.264 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=FG811, InstrumentName=玻璃811, ExchangeID=CZCE, ExchangeInstID=FG811, VolumeMultiple=20, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181114, LongMarginRatio=0.05.
2017-12-04 00:01:39.264 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=JR811, InstrumentName=粳稻811, ExchangeID=CZCE, ExchangeInstID=JR811, VolumeMultiple=20, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181114, LongMarginRatio=0.05.
2017-12-04 00:01:39.264 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=fu1801, InstrumentName=燃料油1801, ExchangeID=SHFE, ExchangeInstID=fu1801, VolumeMultiple=50, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20171229, LongMarginRatio=0.20.
2017-12-04 00:01:39.264 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=SM801, InstrumentName=锰硅801, ExchangeID=CZCE, ExchangeInstID=SM801, VolumeMultiple=5, PriceTick=2.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180115, LongMarginRatio=0.05.
2017-12-04 00:01:39.264 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=WH801, InstrumentName=强筋麦801, ExchangeID=CZCE, ExchangeInstID=WH801, VolumeMultiple=20, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180115, LongMarginRatio=0.05.
2017-12-04 00:01:39.281 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=ag1801, InstrumentName=白银1801, ExchangeID=SHFE, ExchangeInstID=ag1801, VolumeMultiple=15, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180115, LongMarginRatio=0.08.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=al1801, InstrumentName=铝1801, ExchangeID=SHFE, ExchangeInstID=al1801, VolumeMultiple=5, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180115, LongMarginRatio=0.10.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=au1802, InstrumentName=黄金1802, ExchangeID=SHFE, ExchangeInstID=au1802, VolumeMultiple=1000, PriceTick=0.05, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180215, LongMarginRatio=0.08.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=cu1801, InstrumentName=铜1801, ExchangeID=SHFE, ExchangeInstID=cu1801, VolumeMultiple=5, PriceTick=10.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180115, LongMarginRatio=0.09.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=hc1801, InstrumentName=热轧板1801, ExchangeID=SHFE, ExchangeInstID=hc1801, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180115, LongMarginRatio=0.10.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=ni1801, InstrumentName=镍1801, ExchangeID=SHFE, ExchangeInstID=ni1801, VolumeMultiple=1, PriceTick=10.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180115, LongMarginRatio=0.10.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=pb1801, InstrumentName=铅1801, ExchangeID=SHFE, ExchangeInstID=pb1801, VolumeMultiple=5, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180115, LongMarginRatio=0.10.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=rb1801, InstrumentName=螺纹钢1801, ExchangeID=SHFE, ExchangeInstID=rb1801, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180115, LongMarginRatio=0.10.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=ru1801, InstrumentName=天然橡胶1801, ExchangeID=SHFE, ExchangeInstID=ru1801, VolumeMultiple=10, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180115, LongMarginRatio=0.10.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=sn1801, InstrumentName=锡1801, ExchangeID=SHFE, ExchangeInstID=sn1801, VolumeMultiple=1, PriceTick=10.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180115, LongMarginRatio=0.09.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=wr1801, InstrumentName=线材1801, ExchangeID=SHFE, ExchangeInstID=wr1801, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180115, LongMarginRatio=0.20.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=zn1801, InstrumentName=锌1801, ExchangeID=SHFE, ExchangeInstID=zn1801, VolumeMultiple=5, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180115, LongMarginRatio=0.10.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=ag1712, InstrumentName=白银1712, ExchangeID=SHFE, ExchangeInstID=ag1712, VolumeMultiple=15, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20171215, LongMarginRatio=0.08.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=al1712, InstrumentName=铝1712, ExchangeID=SHFE, ExchangeInstID=al1712, VolumeMultiple=5, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20171215, LongMarginRatio=0.10.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=bu1812, InstrumentName=沥青1812, ExchangeID=SHFE, ExchangeInstID=bu1812, VolumeMultiple=10, PriceTick=2.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181217, LongMarginRatio=0.10.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=cu1712, InstrumentName=铜1712, ExchangeID=SHFE, ExchangeInstID=cu1712, VolumeMultiple=5, PriceTick=10.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20171215, LongMarginRatio=0.09.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=hc1712, InstrumentName=热轧板1712, ExchangeID=SHFE, ExchangeInstID=hc1712, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20171215, LongMarginRatio=0.10.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=ni1712, InstrumentName=镍1712, ExchangeID=SHFE, ExchangeInstID=ni1712, VolumeMultiple=1, PriceTick=10.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20171215, LongMarginRatio=0.10.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=pb1712, InstrumentName=铅1712, ExchangeID=SHFE, ExchangeInstID=pb1712, VolumeMultiple=5, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20171215, LongMarginRatio=0.10.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=rb1712, InstrumentName=螺纹钢1712, ExchangeID=SHFE, ExchangeInstID=rb1712, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20171215, LongMarginRatio=0.10.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=sn1712, InstrumentName=锡1712, ExchangeID=SHFE, ExchangeInstID=sn1712, VolumeMultiple=1, PriceTick=10.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20171215, LongMarginRatio=0.09.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=wr1712, InstrumentName=线材1712, ExchangeID=SHFE, ExchangeInstID=wr1712, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20171215, LongMarginRatio=0.20.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=zn1712, InstrumentName=锌1712, ExchangeID=SHFE, ExchangeInstID=zn1712, VolumeMultiple=5, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20171215, LongMarginRatio=0.10.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=au1712, InstrumentName=黄金1712, ExchangeID=SHFE, ExchangeInstID=au1712, VolumeMultiple=1000, PriceTick=0.05, UnderlyingInstrID=, ProductClass=1, ExpireDate=20171215, LongMarginRatio=0.08.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=LR811, InstrumentName=晚籼稻811, ExchangeID=CZCE, ExchangeInstID=LR811, VolumeMultiple=20, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181114, LongMarginRatio=0.05.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=MA811, InstrumentName=甲醇MA811, ExchangeID=CZCE, ExchangeInstID=MA811, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181114, LongMarginRatio=0.07.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=OI811, InstrumentName=菜籽油811, ExchangeID=CZCE, ExchangeInstID=OI811, VolumeMultiple=10, PriceTick=2.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181114, LongMarginRatio=0.05.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=PM811, InstrumentName=普通小麦811, ExchangeID=CZCE, ExchangeInstID=PM811, VolumeMultiple=50, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181114, LongMarginRatio=0.05.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=RI811, InstrumentName=早籼稻811, ExchangeID=CZCE, ExchangeInstID=RI811, VolumeMultiple=20, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181114, LongMarginRatio=0.05.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=RM811, InstrumentName=菜籽粕811, ExchangeID=CZCE, ExchangeInstID=RM811, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181114, LongMarginRatio=0.05.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=RS811, InstrumentName=油菜籽811, ExchangeID=CZCE, ExchangeInstID=RS811, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181114, LongMarginRatio=0.05.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=SF811, InstrumentName=硅铁811, ExchangeID=CZCE, ExchangeInstID=SF811, VolumeMultiple=5, PriceTick=2.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181114, LongMarginRatio=0.05.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=SM811, InstrumentName=锰硅811, ExchangeID=CZCE, ExchangeInstID=SM811, VolumeMultiple=5, PriceTick=2.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181114, LongMarginRatio=0.05.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=WH811, InstrumentName=强筋麦811, ExchangeID=CZCE, ExchangeInstID=WH811, VolumeMultiple=20, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181114, LongMarginRatio=0.05.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=a1905, InstrumentName=黄大豆1号1905, ExchangeID=DCE, ExchangeInstID=a1905, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20190515, LongMarginRatio=0.05.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=b1811, InstrumentName=黄大豆2号1811, ExchangeID=DCE, ExchangeInstID=b1811, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181114, LongMarginRatio=0.05.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=bb1811, InstrumentName=胶合板1811, ExchangeID=DCE, ExchangeInstID=bb1811, VolumeMultiple=500, PriceTick=0.05, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181114, LongMarginRatio=0.20.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=TA810, InstrumentName=化纤810, ExchangeID=CZCE, ExchangeInstID=TA810, VolumeMultiple=5, PriceTick=2.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181019, LongMarginRatio=0.05.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=CY810, InstrumentName=棉纱810, ExchangeID=CZCE, ExchangeInstID=CY810, VolumeMultiple=5, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181019, LongMarginRatio=0.05.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=FG810, InstrumentName=玻璃810, ExchangeID=CZCE, ExchangeInstID=FG810, VolumeMultiple=20, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181019, LongMarginRatio=0.05.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=MA810, InstrumentName=甲醇MA810, ExchangeID=CZCE, ExchangeInstID=MA810, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181019, LongMarginRatio=0.07.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=SF810, InstrumentName=硅铁810, ExchangeID=CZCE, ExchangeInstID=SF810, VolumeMultiple=5, PriceTick=2.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181019, LongMarginRatio=0.05.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=SM810, InstrumentName=锰硅810, ExchangeID=CZCE, ExchangeInstID=SM810, VolumeMultiple=5, PriceTick=2.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181019, LongMarginRatio=0.05.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=IC1806, InstrumentName=中证500股指1806, ExchangeID=CFFEX, ExchangeInstID=IC1806, VolumeMultiple=200, PriceTick=0.20, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180615, LongMarginRatio=0.30.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=IF1806, InstrumentName=沪深300股指1806, ExchangeID=CFFEX, ExchangeInstID=IF1806, VolumeMultiple=300, PriceTick=0.20, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180615, LongMarginRatio=0.20.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=IH1806, InstrumentName=上证50股指1806, ExchangeID=CFFEX, ExchangeInstID=IH1806, VolumeMultiple=300, PriceTick=0.20, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180615, LongMarginRatio=0.20.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=bb1810, InstrumentName=胶合板1810, ExchangeID=DCE, ExchangeInstID=bb1810, VolumeMultiple=500, PriceTick=0.05, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181019, LongMarginRatio=0.20.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=fb1810, InstrumentName=纤维板1810, ExchangeID=DCE, ExchangeInstID=fb1810, VolumeMultiple=500, PriceTick=0.05, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181019, LongMarginRatio=0.20.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=i1810, InstrumentName=铁矿石1810, ExchangeID=DCE, ExchangeInstID=i1810, VolumeMultiple=100, PriceTick=0.50, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181019, LongMarginRatio=0.05.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=j1810, InstrumentName=焦炭1810, ExchangeID=DCE, ExchangeInstID=j1810, VolumeMultiple=100, PriceTick=0.50, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181019, LongMarginRatio=0.05.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=jm1810, InstrumentName=焦煤1810, ExchangeID=DCE, ExchangeInstID=jm1810, VolumeMultiple=60, PriceTick=0.50, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181019, LongMarginRatio=0.05.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=l1810, InstrumentName=聚乙烯1810, ExchangeID=DCE, ExchangeInstID=l1810, VolumeMultiple=5, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181019, LongMarginRatio=0.05.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=p1810, InstrumentName=棕榈油1810, ExchangeID=DCE, ExchangeInstID=p1810, VolumeMultiple=10, PriceTick=2.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181019, LongMarginRatio=0.05.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=pp1810, InstrumentName=聚丙烯1810, ExchangeID=DCE, ExchangeInstID=pp1810, VolumeMultiple=5, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181019, LongMarginRatio=0.05.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=v1810, InstrumentName=聚氯乙烯1810, ExchangeID=DCE, ExchangeInstID=v1810, VolumeMultiple=5, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181019, LongMarginRatio=0.05.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=a1803, InstrumentName=黄大豆1号1803, ExchangeID=DCE, ExchangeInstID=a1803, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180314, LongMarginRatio=0.05.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=fu1805, InstrumentName=燃料油1805, ExchangeID=SHFE, ExchangeInstID=fu1805, VolumeMultiple=50, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180430, LongMarginRatio=0.20.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=TA809, InstrumentName=化纤809, ExchangeID=CZCE, ExchangeInstID=TA809, VolumeMultiple=5, PriceTick=2.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180914, LongMarginRatio=0.05.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=CF809, InstrumentName=棉花809, ExchangeID=CZCE, ExchangeInstID=CF809, VolumeMultiple=5, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180914, LongMarginRatio=0.05.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=SR903, InstrumentName=白砂糖903, ExchangeID=CZCE, ExchangeInstID=SR903, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20190314, LongMarginRatio=0.05.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=a1903, InstrumentName=黄大豆1号1903, ExchangeID=DCE, ExchangeInstID=a1903, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20190314, LongMarginRatio=0.05.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=b1809, InstrumentName=黄大豆2号1809, ExchangeID=DCE, ExchangeInstID=b1809, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180914, LongMarginRatio=0.05.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=ZC801, InstrumentName=动力煤ZC801, ExchangeID=CZCE, ExchangeInstID=ZC801, VolumeMultiple=100, PriceTick=0.20, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180108, LongMarginRatio=0.05.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=bb1809, InstrumentName=胶合板1809, ExchangeID=DCE, ExchangeInstID=bb1809, VolumeMultiple=500, PriceTick=0.05, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180914, LongMarginRatio=0.20.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=c1809, InstrumentName=黄玉米1809, ExchangeID=DCE, ExchangeInstID=c1809, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180914, LongMarginRatio=0.05.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=cs1809, InstrumentName=玉米淀粉1809, ExchangeID=DCE, ExchangeInstID=cs1809, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180914, LongMarginRatio=0.05.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=fb1809, InstrumentName=纤维板1809, ExchangeID=DCE, ExchangeInstID=fb1809, VolumeMultiple=500, PriceTick=0.05, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180914, LongMarginRatio=0.20.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=i1809, InstrumentName=铁矿石1809, ExchangeID=DCE, ExchangeInstID=i1809, VolumeMultiple=100, PriceTick=0.50, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180914, LongMarginRatio=0.05.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=j1809, InstrumentName=焦炭1809, ExchangeID=DCE, ExchangeInstID=j1809, VolumeMultiple=100, PriceTick=0.50, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180914, LongMarginRatio=0.05.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=jm1809, InstrumentName=焦煤1809, ExchangeID=DCE, ExchangeInstID=jm1809, VolumeMultiple=60, PriceTick=0.50, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180914, LongMarginRatio=0.05.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=l1809, InstrumentName=聚乙烯1809, ExchangeID=DCE, ExchangeInstID=l1809, VolumeMultiple=5, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180914, LongMarginRatio=0.05.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=m1809, InstrumentName=豆粕1809, ExchangeID=DCE, ExchangeInstID=m1809, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180914, LongMarginRatio=0.05.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=p1809, InstrumentName=棕榈油1809, ExchangeID=DCE, ExchangeInstID=p1809, VolumeMultiple=10, PriceTick=2.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180914, LongMarginRatio=0.05.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=pp1809, InstrumentName=聚丙烯1809, ExchangeID=DCE, ExchangeInstID=pp1809, VolumeMultiple=5, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180914, LongMarginRatio=0.05.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=v1809, InstrumentName=聚氯乙烯1809, ExchangeID=DCE, ExchangeInstID=v1809, VolumeMultiple=5, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180914, LongMarginRatio=0.05.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=y1809, InstrumentName=豆油1809, ExchangeID=DCE, ExchangeInstID=y1809, VolumeMultiple=10, PriceTick=2.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180914, LongMarginRatio=0.05.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=CY809, InstrumentName=棉纱809, ExchangeID=CZCE, ExchangeInstID=CY809, VolumeMultiple=5, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180914, LongMarginRatio=0.05.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=FG809, InstrumentName=玻璃809, ExchangeID=CZCE, ExchangeInstID=FG809, VolumeMultiple=20, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180914, LongMarginRatio=0.05.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=JR809, InstrumentName=粳稻809, ExchangeID=CZCE, ExchangeInstID=JR809, VolumeMultiple=20, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180914, LongMarginRatio=0.05.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=LR809, InstrumentName=晚籼稻809, ExchangeID=CZCE, ExchangeInstID=LR809, VolumeMultiple=20, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180914, LongMarginRatio=0.05.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=MA809, InstrumentName=甲醇MA809, ExchangeID=CZCE, ExchangeInstID=MA809, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180914, LongMarginRatio=0.07.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=OI809, InstrumentName=菜籽油809, ExchangeID=CZCE, ExchangeInstID=OI809, VolumeMultiple=10, PriceTick=2.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180914, LongMarginRatio=0.05.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=PM809, InstrumentName=普通小麦809, ExchangeID=CZCE, ExchangeInstID=PM809, VolumeMultiple=50, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180914, LongMarginRatio=0.05.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=RI809, InstrumentName=早籼稻809, ExchangeID=CZCE, ExchangeInstID=RI809, VolumeMultiple=20, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180914, LongMarginRatio=0.05.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=RM809, InstrumentName=菜籽粕809, ExchangeID=CZCE, ExchangeInstID=RM809, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180914, LongMarginRatio=0.05.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=RS809, InstrumentName=油菜籽809, ExchangeID=CZCE, ExchangeInstID=RS809, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180914, LongMarginRatio=0.05.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=bu1809, InstrumentName=沥青1809, ExchangeID=SHFE, ExchangeInstID=bu1809, VolumeMultiple=10, PriceTick=2.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180917, LongMarginRatio=0.10.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=bu1806, InstrumentName=沥青1806, ExchangeID=SHFE, ExchangeInstID=bu1806, VolumeMultiple=10, PriceTick=2.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180615, LongMarginRatio=0.10.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=TA806, InstrumentName=化纤806, ExchangeID=CZCE, ExchangeInstID=TA806, VolumeMultiple=5, PriceTick=2.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180614, LongMarginRatio=0.05.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=FG806, InstrumentName=玻璃806, ExchangeID=CZCE, ExchangeInstID=FG806, VolumeMultiple=20, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180614, LongMarginRatio=0.05.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=MA806, InstrumentName=甲醇MA806, ExchangeID=CZCE, ExchangeInstID=MA806, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180614, LongMarginRatio=0.07.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=SF806, InstrumentName=硅铁806, ExchangeID=CZCE, ExchangeInstID=SF806, VolumeMultiple=5, PriceTick=2.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180614, LongMarginRatio=0.05.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=SM806, InstrumentName=锰硅806, ExchangeID=CZCE, ExchangeInstID=SM806, VolumeMultiple=5, PriceTick=2.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180614, LongMarginRatio=0.05.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=bb1806, InstrumentName=胶合板1806, ExchangeID=DCE, ExchangeInstID=bb1806, VolumeMultiple=500, PriceTick=0.05, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180614, LongMarginRatio=0.20.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=jd1803, InstrumentName=鲜鸡蛋1803, ExchangeID=DCE, ExchangeInstID=jd1803, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180327, LongMarginRatio=0.08.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=fu1804, InstrumentName=燃料油1804, ExchangeID=SHFE, ExchangeInstID=fu1804, VolumeMultiple=50, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180330, LongMarginRatio=0.20.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=sc1801, InstrumentName=原油1801, ExchangeID=INE, ExchangeInstID=sc1801, VolumeMultiple=1000, PriceTick=0.10, UnderlyingInstrID=, ProductClass=1, ExpireDate=20171229, LongMarginRatio=0.05.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=sc1802, InstrumentName=原油1802, ExchangeID=INE, ExchangeInstID=sc1802, VolumeMultiple=1000, PriceTick=0.10, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180131, LongMarginRatio=0.05.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=sc1803, InstrumentName=原油1803, ExchangeID=INE, ExchangeInstID=sc1803, VolumeMultiple=1000, PriceTick=0.10, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180228, LongMarginRatio=0.05.
2017-12-04 00:01:39.282 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=sc1804, InstrumentName=原油1804, ExchangeID=INE, ExchangeInstID=sc1804, VolumeMultiple=1000, PriceTick=0.10, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180330, LongMarginRatio=0.05.
2017-12-04 00:01:39.283 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=sc1806, InstrumentName=原油1806, ExchangeID=INE, ExchangeInstID=sc1806, VolumeMultiple=1000, PriceTick=0.10, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180531, LongMarginRatio=0.05.
2017-12-04 00:01:39.283 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=sc1809, InstrumentName=原油1809, ExchangeID=INE, ExchangeInstID=sc1809, VolumeMultiple=1000, PriceTick=0.10, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180831, LongMarginRatio=0.05.
2017-12-04 00:01:39.283 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=sc1812, InstrumentName=原油1812, ExchangeID=INE, ExchangeInstID=sc1812, VolumeMultiple=1000, PriceTick=0.10, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181130, LongMarginRatio=0.05.
2017-12-04 00:01:39.283 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=sc1903, InstrumentName=原油1903, ExchangeID=INE, ExchangeInstID=sc1903, VolumeMultiple=1000, PriceTick=0.10, UnderlyingInstrID=, ProductClass=1, ExpireDate=20190228, LongMarginRatio=0.05.
2017-12-04 00:01:39.283 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=sc1906, InstrumentName=原油1906, ExchangeID=INE, ExchangeInstID=sc1906, VolumeMultiple=1000, PriceTick=0.10, UnderlyingInstrID=, ProductClass=1, ExpireDate=20190531, LongMarginRatio=0.05.
2017-12-04 00:01:39.283 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=sc1909, InstrumentName=原油1909, ExchangeID=INE, ExchangeInstID=sc1909, VolumeMultiple=1000, PriceTick=0.10, UnderlyingInstrID=, ProductClass=1, ExpireDate=20190830, LongMarginRatio=0.05.
2017-12-04 00:01:39.283 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=sc1912, InstrumentName=原油1912, ExchangeID=INE, ExchangeInstID=sc1912, VolumeMultiple=1000, PriceTick=0.10, UnderlyingInstrID=, ProductClass=1, ExpireDate=20191129, LongMarginRatio=0.05.
2017-12-04 00:01:39.283 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=sc2003, InstrumentName=原油2003, ExchangeID=INE, ExchangeInstID=sc2003, VolumeMultiple=1000, PriceTick=0.10, UnderlyingInstrID=, ProductClass=1, ExpireDate=20200228, LongMarginRatio=0.05.
2017-12-04 00:01:39.283 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=a1811, InstrumentName=黄大豆1号1811, ExchangeID=DCE, ExchangeInstID=a1811, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181114, LongMarginRatio=0.05.
2017-12-04 00:01:39.283 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=b1805, InstrumentName=黄大豆2号1805, ExchangeID=DCE, ExchangeInstID=b1805, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180515, LongMarginRatio=0.05.
2017-12-04 00:01:39.283 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=bb1805, InstrumentName=胶合板1805, ExchangeID=DCE, ExchangeInstID=bb1805, VolumeMultiple=500, PriceTick=0.05, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180515, LongMarginRatio=0.20.
2017-12-04 00:01:39.283 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=fb1806, InstrumentName=纤维板1806, ExchangeID=DCE, ExchangeInstID=fb1806, VolumeMultiple=500, PriceTick=0.05, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180614, LongMarginRatio=0.20.
2017-12-04 00:01:39.283 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=i1806, InstrumentName=铁矿石1806, ExchangeID=DCE, ExchangeInstID=i1806, VolumeMultiple=100, PriceTick=0.50, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180614, LongMarginRatio=0.05.
2017-12-04 00:01:39.283 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=j1806, InstrumentName=焦炭1806, ExchangeID=DCE, ExchangeInstID=j1806, VolumeMultiple=100, PriceTick=0.50, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180614, LongMarginRatio=0.05.
2017-12-04 00:01:39.283 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=jm1806, InstrumentName=焦煤1806, ExchangeID=DCE, ExchangeInstID=jm1806, VolumeMultiple=60, PriceTick=0.50, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180614, LongMarginRatio=0.05.
2017-12-04 00:01:39.283 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=l1806, InstrumentName=聚乙烯1806, ExchangeID=DCE, ExchangeInstID=l1806, VolumeMultiple=5, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180614, LongMarginRatio=0.05.
2017-12-04 00:01:39.283 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=p1806, InstrumentName=棕榈油1806, ExchangeID=DCE, ExchangeInstID=p1806, VolumeMultiple=10, PriceTick=2.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180614, LongMarginRatio=0.05.
2017-12-04 00:01:39.283 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=pp1806, InstrumentName=聚丙烯1806, ExchangeID=DCE, ExchangeInstID=pp1806, VolumeMultiple=5, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180614, LongMarginRatio=0.05.
2017-12-04 00:01:39.283 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=v1806, InstrumentName=聚氯乙烯1806, ExchangeID=DCE, ExchangeInstID=v1806, VolumeMultiple=5, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180614, LongMarginRatio=0.05.
2017-12-04 00:01:39.283 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=fu1808, InstrumentName=燃料油1808, ExchangeID=SHFE, ExchangeInstID=fu1808, VolumeMultiple=50, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180731, LongMarginRatio=0.20.
2017-12-04 00:01:39.283 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=SF809, InstrumentName=硅铁809, ExchangeID=CZCE, ExchangeInstID=SF809, VolumeMultiple=5, PriceTick=2.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180914, LongMarginRatio=0.05.
2017-12-04 00:01:39.283 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=SM809, InstrumentName=锰硅809, ExchangeID=CZCE, ExchangeInstID=SM809, VolumeMultiple=5, PriceTick=2.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180914, LongMarginRatio=0.05.
2017-12-04 00:01:39.283 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=WH809, InstrumentName=强筋麦809, ExchangeID=CZCE, ExchangeInstID=WH809, VolumeMultiple=20, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180914, LongMarginRatio=0.05.
2017-12-04 00:01:39.283 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=c1805, InstrumentName=黄玉米1805, ExchangeID=DCE, ExchangeInstID=c1805, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180515, LongMarginRatio=0.05.
2017-12-04 00:01:39.283 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=cs1805, InstrumentName=玉米淀粉1805, ExchangeID=DCE, ExchangeInstID=cs1805, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180515, LongMarginRatio=0.05.
2017-12-04 00:01:39.283 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=fb1805, InstrumentName=纤维板1805, ExchangeID=DCE, ExchangeInstID=fb1805, VolumeMultiple=500, PriceTick=0.05, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180515, LongMarginRatio=0.20.
2017-12-04 00:01:39.283 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=ZC803, InstrumentName=动力煤ZC803, ExchangeID=CZCE, ExchangeInstID=ZC803, VolumeMultiple=100, PriceTick=0.20, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180307, LongMarginRatio=0.05.
2017-12-04 00:01:39.283 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=T1712, InstrumentName=10年国债1712, ExchangeID=CFFEX, ExchangeInstID=T1712, VolumeMultiple=10000, PriceTick=0.01, UnderlyingInstrID=, ProductClass=1, ExpireDate=20171208, LongMarginRatio=0.02.
2017-12-04 00:01:39.283 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=TF1712, InstrumentName=5年国债1712, ExchangeID=CFFEX, ExchangeInstID=TF1712, VolumeMultiple=10000, PriceTick=0.01, UnderlyingInstrID=, ProductClass=1, ExpireDate=20171208, LongMarginRatio=0.01.
2017-12-04 00:01:39.283 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=CF803, InstrumentName=棉花803, ExchangeID=CZCE, ExchangeInstID=CF803, VolumeMultiple=5, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180314, LongMarginRatio=0.05.
2017-12-04 00:01:39.283 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=SR809, InstrumentName=白砂糖809, ExchangeID=CZCE, ExchangeInstID=SR809, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180914, LongMarginRatio=0.05.
2017-12-04 00:01:39.283 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=TA803, InstrumentName=化纤803, ExchangeID=CZCE, ExchangeInstID=TA803, VolumeMultiple=5, PriceTick=2.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180314, LongMarginRatio=0.05.
2017-12-04 00:01:39.283 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=a1809, InstrumentName=黄大豆1号1809, ExchangeID=DCE, ExchangeInstID=a1809, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180914, LongMarginRatio=0.05.
2017-12-04 00:01:39.283 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=b1803, InstrumentName=黄大豆2号1803, ExchangeID=DCE, ExchangeInstID=b1803, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180314, LongMarginRatio=0.05.
2017-12-04 00:01:39.283 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=bb1803, InstrumentName=胶合板1803, ExchangeID=DCE, ExchangeInstID=bb1803, VolumeMultiple=500, PriceTick=0.05, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180314, LongMarginRatio=0.20.
2017-12-04 00:01:39.283 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=c1803, InstrumentName=黄玉米1803, ExchangeID=DCE, ExchangeInstID=c1803, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180314, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=cs1803, InstrumentName=玉米淀粉1803, ExchangeID=DCE, ExchangeInstID=cs1803, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180314, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=fb1803, InstrumentName=纤维板1803, ExchangeID=DCE, ExchangeInstID=fb1803, VolumeMultiple=500, PriceTick=0.05, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180314, LongMarginRatio=0.20.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=i1803, InstrumentName=铁矿石1803, ExchangeID=DCE, ExchangeInstID=i1803, VolumeMultiple=100, PriceTick=0.50, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180314, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=j1803, InstrumentName=焦炭1803, ExchangeID=DCE, ExchangeInstID=j1803, VolumeMultiple=100, PriceTick=0.50, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180314, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=jm1803, InstrumentName=焦煤1803, ExchangeID=DCE, ExchangeInstID=jm1803, VolumeMultiple=60, PriceTick=0.50, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180314, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=l1803, InstrumentName=聚乙烯1803, ExchangeID=DCE, ExchangeInstID=l1803, VolumeMultiple=5, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180314, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=m1803, InstrumentName=豆粕1803, ExchangeID=DCE, ExchangeInstID=m1803, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180314, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=p1803, InstrumentName=棕榈油1803, ExchangeID=DCE, ExchangeInstID=p1803, VolumeMultiple=10, PriceTick=2.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180314, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=pp1803, InstrumentName=聚丙烯1803, ExchangeID=DCE, ExchangeInstID=pp1803, VolumeMultiple=5, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180314, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=v1803, InstrumentName=聚氯乙烯1803, ExchangeID=DCE, ExchangeInstID=v1803, VolumeMultiple=5, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180314, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=y1803, InstrumentName=豆油1803, ExchangeID=DCE, ExchangeInstID=y1803, VolumeMultiple=10, PriceTick=2.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180314, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=FG803, InstrumentName=玻璃803, ExchangeID=CZCE, ExchangeInstID=FG803, VolumeMultiple=20, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180314, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=JR803, InstrumentName=粳稻803, ExchangeID=CZCE, ExchangeInstID=JR803, VolumeMultiple=20, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180314, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=LR803, InstrumentName=晚籼稻803, ExchangeID=CZCE, ExchangeInstID=LR803, VolumeMultiple=20, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180314, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=MA803, InstrumentName=甲醇MA803, ExchangeID=CZCE, ExchangeInstID=MA803, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180314, LongMarginRatio=0.07.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=OI803, InstrumentName=菜籽油803, ExchangeID=CZCE, ExchangeInstID=OI803, VolumeMultiple=10, PriceTick=2.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180314, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=PM803, InstrumentName=普通小麦803, ExchangeID=CZCE, ExchangeInstID=PM803, VolumeMultiple=50, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180314, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=RI803, InstrumentName=早籼稻803, ExchangeID=CZCE, ExchangeInstID=RI803, VolumeMultiple=20, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180314, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=RM803, InstrumentName=菜籽粕803, ExchangeID=CZCE, ExchangeInstID=RM803, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180314, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=a1807, InstrumentName=黄大豆1号1807, ExchangeID=DCE, ExchangeInstID=a1807, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180713, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=b1801, InstrumentName=黄大豆2号1801, ExchangeID=DCE, ExchangeInstID=b1801, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180115, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=bb1801, InstrumentName=胶合板1801, ExchangeID=DCE, ExchangeInstID=bb1801, VolumeMultiple=500, PriceTick=0.05, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180115, LongMarginRatio=0.20.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=c1801, InstrumentName=黄玉米1801, ExchangeID=DCE, ExchangeInstID=c1801, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180115, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=cs1801, InstrumentName=玉米淀粉1801, ExchangeID=DCE, ExchangeInstID=cs1801, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180115, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=fb1801, InstrumentName=纤维板1801, ExchangeID=DCE, ExchangeInstID=fb1801, VolumeMultiple=500, PriceTick=0.05, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180115, LongMarginRatio=0.20.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=i1801, InstrumentName=铁矿石1801, ExchangeID=DCE, ExchangeInstID=i1801, VolumeMultiple=100, PriceTick=0.50, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180115, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=j1801, InstrumentName=焦炭1801, ExchangeID=DCE, ExchangeInstID=j1801, VolumeMultiple=100, PriceTick=0.50, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180115, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=jd1801, InstrumentName=鲜鸡蛋1801, ExchangeID=DCE, ExchangeInstID=jd1801, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180126, LongMarginRatio=0.08.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=jm1801, InstrumentName=焦煤1801, ExchangeID=DCE, ExchangeInstID=jm1801, VolumeMultiple=60, PriceTick=0.50, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180115, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=l1801, InstrumentName=聚乙烯1801, ExchangeID=DCE, ExchangeInstID=l1801, VolumeMultiple=5, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180115, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=m1801, InstrumentName=豆粕1801, ExchangeID=DCE, ExchangeInstID=m1801, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180115, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=MA802, InstrumentName=甲醇MA802, ExchangeID=CZCE, ExchangeInstID=MA802, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180214, LongMarginRatio=0.07.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=SF802, InstrumentName=硅铁802, ExchangeID=CZCE, ExchangeInstID=SF802, VolumeMultiple=5, PriceTick=2.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180214, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=SM802, InstrumentName=锰硅802, ExchangeID=CZCE, ExchangeInstID=SM802, VolumeMultiple=5, PriceTick=2.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180214, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=bb1802, InstrumentName=胶合板1802, ExchangeID=DCE, ExchangeInstID=bb1802, VolumeMultiple=500, PriceTick=0.05, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180214, LongMarginRatio=0.20.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=fb1802, InstrumentName=纤维板1802, ExchangeID=DCE, ExchangeInstID=fb1802, VolumeMultiple=500, PriceTick=0.05, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180214, LongMarginRatio=0.20.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=i1802, InstrumentName=铁矿石1802, ExchangeID=DCE, ExchangeInstID=i1802, VolumeMultiple=100, PriceTick=0.50, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180214, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=j1802, InstrumentName=焦炭1802, ExchangeID=DCE, ExchangeInstID=j1802, VolumeMultiple=100, PriceTick=0.50, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180214, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=jd1802, InstrumentName=鲜鸡蛋1802, ExchangeID=DCE, ExchangeInstID=jd1802, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180223, LongMarginRatio=0.08.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=jm1802, InstrumentName=焦煤1802, ExchangeID=DCE, ExchangeInstID=jm1802, VolumeMultiple=60, PriceTick=0.50, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180214, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=l1802, InstrumentName=聚乙烯1802, ExchangeID=DCE, ExchangeInstID=l1802, VolumeMultiple=5, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180214, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=p1802, InstrumentName=棕榈油1802, ExchangeID=DCE, ExchangeInstID=p1802, VolumeMultiple=10, PriceTick=2.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180214, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=pp1802, InstrumentName=聚丙烯1802, ExchangeID=DCE, ExchangeInstID=pp1802, VolumeMultiple=5, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180214, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=v1802, InstrumentName=聚氯乙烯1802, ExchangeID=DCE, ExchangeInstID=v1802, VolumeMultiple=5, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180214, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=fu1803, InstrumentName=燃料油1803, ExchangeID=SHFE, ExchangeInstID=fu1803, VolumeMultiple=50, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180228, LongMarginRatio=0.20.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=sc2006, InstrumentName=原油2006, ExchangeID=INE, ExchangeInstID=sc2006, VolumeMultiple=1000, PriceTick=0.10, UnderlyingInstrID=, ProductClass=1, ExpireDate=20200529, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=ag1811, InstrumentName=白银1811, ExchangeID=SHFE, ExchangeInstID=ag1811, VolumeMultiple=15, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181115, LongMarginRatio=0.08.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=al1811, InstrumentName=铝1811, ExchangeID=SHFE, ExchangeInstID=al1811, VolumeMultiple=5, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181115, LongMarginRatio=0.10.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=au1812, InstrumentName=黄金1812, ExchangeID=SHFE, ExchangeInstID=au1812, VolumeMultiple=1000, PriceTick=0.05, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181217, LongMarginRatio=0.08.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=bu1805, InstrumentName=沥青1805, ExchangeID=SHFE, ExchangeInstID=bu1805, VolumeMultiple=10, PriceTick=2.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180515, LongMarginRatio=0.10.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=cu1811, InstrumentName=铜1811, ExchangeID=SHFE, ExchangeInstID=cu1811, VolumeMultiple=5, PriceTick=10.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181115, LongMarginRatio=0.09.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=hc1811, InstrumentName=热轧板1811, ExchangeID=SHFE, ExchangeInstID=hc1811, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181115, LongMarginRatio=0.10.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=ni1811, InstrumentName=镍1811, ExchangeID=SHFE, ExchangeInstID=ni1811, VolumeMultiple=1, PriceTick=10.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181115, LongMarginRatio=0.10.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=pb1811, InstrumentName=铅1811, ExchangeID=SHFE, ExchangeInstID=pb1811, VolumeMultiple=5, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181115, LongMarginRatio=0.10.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=rb1811, InstrumentName=螺纹钢1811, ExchangeID=SHFE, ExchangeInstID=rb1811, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181115, LongMarginRatio=0.10.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=ru1811, InstrumentName=天然橡胶1811, ExchangeID=SHFE, ExchangeInstID=ru1811, VolumeMultiple=10, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181115, LongMarginRatio=0.10.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=sn1811, InstrumentName=锡1811, ExchangeID=SHFE, ExchangeInstID=sn1811, VolumeMultiple=1, PriceTick=10.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181115, LongMarginRatio=0.09.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=wr1811, InstrumentName=线材1811, ExchangeID=SHFE, ExchangeInstID=wr1811, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181115, LongMarginRatio=0.20.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=zn1811, InstrumentName=锌1811, ExchangeID=SHFE, ExchangeInstID=zn1811, VolumeMultiple=5, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181115, LongMarginRatio=0.10.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=fu1810, InstrumentName=燃料油1810, ExchangeID=SHFE, ExchangeInstID=fu1810, VolumeMultiple=50, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180928, LongMarginRatio=0.20.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=ag1805, InstrumentName=白银1805, ExchangeID=SHFE, ExchangeInstID=ag1805, VolumeMultiple=15, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180515, LongMarginRatio=0.08.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=al1805, InstrumentName=铝1805, ExchangeID=SHFE, ExchangeInstID=al1805, VolumeMultiple=5, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180515, LongMarginRatio=0.10.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=au1806, InstrumentName=黄金1806, ExchangeID=SHFE, ExchangeInstID=au1806, VolumeMultiple=1000, PriceTick=0.05, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180615, LongMarginRatio=0.08.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=jd1805, InstrumentName=鲜鸡蛋1805, ExchangeID=DCE, ExchangeInstID=jd1805, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180528, LongMarginRatio=0.08.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=i1805, InstrumentName=铁矿石1805, ExchangeID=DCE, ExchangeInstID=i1805, VolumeMultiple=100, PriceTick=0.50, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180515, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=j1805, InstrumentName=焦炭1805, ExchangeID=DCE, ExchangeInstID=j1805, VolumeMultiple=100, PriceTick=0.50, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180515, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=jm1805, InstrumentName=焦煤1805, ExchangeID=DCE, ExchangeInstID=jm1805, VolumeMultiple=60, PriceTick=0.50, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180515, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=l1805, InstrumentName=聚乙烯1805, ExchangeID=DCE, ExchangeInstID=l1805, VolumeMultiple=5, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180515, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=m1805, InstrumentName=豆粕1805, ExchangeID=DCE, ExchangeInstID=m1805, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180515, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=p1805, InstrumentName=棕榈油1805, ExchangeID=DCE, ExchangeInstID=p1805, VolumeMultiple=10, PriceTick=2.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180515, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=pp1805, InstrumentName=聚丙烯1805, ExchangeID=DCE, ExchangeInstID=pp1805, VolumeMultiple=5, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180515, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=v1805, InstrumentName=聚氯乙烯1805, ExchangeID=DCE, ExchangeInstID=v1805, VolumeMultiple=5, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180515, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=y1805, InstrumentName=豆油1805, ExchangeID=DCE, ExchangeInstID=y1805, VolumeMultiple=10, PriceTick=2.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180515, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=FG805, InstrumentName=玻璃805, ExchangeID=CZCE, ExchangeInstID=FG805, VolumeMultiple=20, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180515, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=JR805, InstrumentName=粳稻805, ExchangeID=CZCE, ExchangeInstID=JR805, VolumeMultiple=20, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180515, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=LR805, InstrumentName=晚籼稻805, ExchangeID=CZCE, ExchangeInstID=LR805, VolumeMultiple=20, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180515, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=MA805, InstrumentName=甲醇MA805, ExchangeID=CZCE, ExchangeInstID=MA805, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180515, LongMarginRatio=0.07.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=OI805, InstrumentName=菜籽油805, ExchangeID=CZCE, ExchangeInstID=OI805, VolumeMultiple=10, PriceTick=2.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180515, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=PM805, InstrumentName=普通小麦805, ExchangeID=CZCE, ExchangeInstID=PM805, VolumeMultiple=50, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180515, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=RI805, InstrumentName=早籼稻805, ExchangeID=CZCE, ExchangeInstID=RI805, VolumeMultiple=20, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180515, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=RM805, InstrumentName=菜籽粕805, ExchangeID=CZCE, ExchangeInstID=RM805, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180515, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=SF805, InstrumentName=硅铁805, ExchangeID=CZCE, ExchangeInstID=SF805, VolumeMultiple=5, PriceTick=2.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180515, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=SM805, InstrumentName=锰硅805, ExchangeID=CZCE, ExchangeInstID=SM805, VolumeMultiple=5, PriceTick=2.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180515, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=sc1810, InstrumentName=原油1810, ExchangeID=INE, ExchangeInstID=sc1810, VolumeMultiple=1000, PriceTick=0.10, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180928, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=ag1808, InstrumentName=白银1808, ExchangeID=SHFE, ExchangeInstID=ag1808, VolumeMultiple=15, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180815, LongMarginRatio=0.08.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=al1808, InstrumentName=铝1808, ExchangeID=SHFE, ExchangeInstID=al1808, VolumeMultiple=5, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180815, LongMarginRatio=0.10.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=bu1802, InstrumentName=沥青1802, ExchangeID=SHFE, ExchangeInstID=bu1802, VolumeMultiple=10, PriceTick=2.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180215, LongMarginRatio=0.10.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=cu1808, InstrumentName=铜1808, ExchangeID=SHFE, ExchangeInstID=cu1808, VolumeMultiple=5, PriceTick=10.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180815, LongMarginRatio=0.09.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=hc1808, InstrumentName=热轧板1808, ExchangeID=SHFE, ExchangeInstID=hc1808, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180815, LongMarginRatio=0.10.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=ni1808, InstrumentName=镍1808, ExchangeID=SHFE, ExchangeInstID=ni1808, VolumeMultiple=1, PriceTick=10.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180815, LongMarginRatio=0.10.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=pb1808, InstrumentName=铅1808, ExchangeID=SHFE, ExchangeInstID=pb1808, VolumeMultiple=5, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180815, LongMarginRatio=0.10.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=rb1808, InstrumentName=螺纹钢1808, ExchangeID=SHFE, ExchangeInstID=rb1808, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180815, LongMarginRatio=0.10.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=ru1808, InstrumentName=天然橡胶1808, ExchangeID=SHFE, ExchangeInstID=ru1808, VolumeMultiple=10, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180815, LongMarginRatio=0.10.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=sn1808, InstrumentName=锡1808, ExchangeID=SHFE, ExchangeInstID=sn1808, VolumeMultiple=1, PriceTick=10.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180815, LongMarginRatio=0.09.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=wr1808, InstrumentName=线材1808, ExchangeID=SHFE, ExchangeInstID=wr1808, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180815, LongMarginRatio=0.20.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=zn1808, InstrumentName=锌1808, ExchangeID=SHFE, ExchangeInstID=zn1808, VolumeMultiple=5, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180815, LongMarginRatio=0.10.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=ag1804, InstrumentName=白银1804, ExchangeID=SHFE, ExchangeInstID=ag1804, VolumeMultiple=15, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180416, LongMarginRatio=0.08.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=al1804, InstrumentName=铝1804, ExchangeID=SHFE, ExchangeInstID=al1804, VolumeMultiple=5, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180416, LongMarginRatio=0.10.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=cu1804, InstrumentName=铜1804, ExchangeID=SHFE, ExchangeInstID=cu1804, VolumeMultiple=5, PriceTick=10.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180416, LongMarginRatio=0.09.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=hc1804, InstrumentName=热轧板1804, ExchangeID=SHFE, ExchangeInstID=hc1804, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180416, LongMarginRatio=0.10.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=ni1804, InstrumentName=镍1804, ExchangeID=SHFE, ExchangeInstID=ni1804, VolumeMultiple=1, PriceTick=10.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180416, LongMarginRatio=0.10.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=pb1804, InstrumentName=铅1804, ExchangeID=SHFE, ExchangeInstID=pb1804, VolumeMultiple=5, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180416, LongMarginRatio=0.10.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=rb1804, InstrumentName=螺纹钢1804, ExchangeID=SHFE, ExchangeInstID=rb1804, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180416, LongMarginRatio=0.10.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=ru1804, InstrumentName=天然橡胶1804, ExchangeID=SHFE, ExchangeInstID=ru1804, VolumeMultiple=10, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180416, LongMarginRatio=0.10.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=sn1804, InstrumentName=锡1804, ExchangeID=SHFE, ExchangeInstID=sn1804, VolumeMultiple=1, PriceTick=10.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180416, LongMarginRatio=0.09.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=wr1804, InstrumentName=线材1804, ExchangeID=SHFE, ExchangeInstID=wr1804, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180416, LongMarginRatio=0.20.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=zn1804, InstrumentName=锌1804, ExchangeID=SHFE, ExchangeInstID=zn1804, VolumeMultiple=5, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180416, LongMarginRatio=0.10.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=IC1803, InstrumentName=中证500股指1803, ExchangeID=CFFEX, ExchangeInstID=IC1803, VolumeMultiple=200, PriceTick=0.20, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180316, LongMarginRatio=0.30.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=IF1803, InstrumentName=沪深300股指1803, ExchangeID=CFFEX, ExchangeInstID=IF1803, VolumeMultiple=300, PriceTick=0.20, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180316, LongMarginRatio=0.20.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=WH805, InstrumentName=强筋麦805, ExchangeID=CZCE, ExchangeInstID=WH805, VolumeMultiple=20, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180515, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=ag1807, InstrumentName=白银1807, ExchangeID=SHFE, ExchangeInstID=ag1807, VolumeMultiple=15, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180716, LongMarginRatio=0.08.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=SF803, InstrumentName=硅铁803, ExchangeID=CZCE, ExchangeInstID=SF803, VolumeMultiple=5, PriceTick=2.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180314, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=SM803, InstrumentName=锰硅803, ExchangeID=CZCE, ExchangeInstID=SM803, VolumeMultiple=5, PriceTick=2.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180314, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=WH803, InstrumentName=强筋麦803, ExchangeID=CZCE, ExchangeInstID=WH803, VolumeMultiple=20, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180314, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=bb1804, InstrumentName=胶合板1804, ExchangeID=DCE, ExchangeInstID=bb1804, VolumeMultiple=500, PriceTick=0.05, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180413, LongMarginRatio=0.20.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=fb1804, InstrumentName=纤维板1804, ExchangeID=DCE, ExchangeInstID=fb1804, VolumeMultiple=500, PriceTick=0.05, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180413, LongMarginRatio=0.20.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=i1804, InstrumentName=铁矿石1804, ExchangeID=DCE, ExchangeInstID=i1804, VolumeMultiple=100, PriceTick=0.50, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180413, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=j1804, InstrumentName=焦炭1804, ExchangeID=DCE, ExchangeInstID=j1804, VolumeMultiple=100, PriceTick=0.50, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180413, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=jm1804, InstrumentName=焦煤1804, ExchangeID=DCE, ExchangeInstID=jm1804, VolumeMultiple=60, PriceTick=0.50, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180413, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=l1804, InstrumentName=聚乙烯1804, ExchangeID=DCE, ExchangeInstID=l1804, VolumeMultiple=5, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180413, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=p1804, InstrumentName=棕榈油1804, ExchangeID=DCE, ExchangeInstID=p1804, VolumeMultiple=10, PriceTick=2.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180413, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=FG804, InstrumentName=玻璃804, ExchangeID=CZCE, ExchangeInstID=FG804, VolumeMultiple=20, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180413, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=pp1804, InstrumentName=聚丙烯1804, ExchangeID=DCE, ExchangeInstID=pp1804, VolumeMultiple=5, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180413, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=v1804, InstrumentName=聚氯乙烯1804, ExchangeID=DCE, ExchangeInstID=v1804, VolumeMultiple=5, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180413, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=MA804, InstrumentName=甲醇MA804, ExchangeID=CZCE, ExchangeInstID=MA804, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180413, LongMarginRatio=0.07.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=SF804, InstrumentName=硅铁804, ExchangeID=CZCE, ExchangeInstID=SF804, VolumeMultiple=5, PriceTick=2.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180413, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=SM804, InstrumentName=锰硅804, ExchangeID=CZCE, ExchangeInstID=SM804, VolumeMultiple=5, PriceTick=2.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180413, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=sc1805, InstrumentName=原油1805, ExchangeID=INE, ExchangeInstID=sc1805, VolumeMultiple=1000, PriceTick=0.10, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180430, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=ZC807, InstrumentName=动力煤ZC807, ExchangeID=CZCE, ExchangeInstID=ZC807, VolumeMultiple=100, PriceTick=0.20, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180706, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=SR901, InstrumentName=白砂糖901, ExchangeID=CZCE, ExchangeInstID=SR901, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20190115, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=CF807, InstrumentName=棉花807, ExchangeID=CZCE, ExchangeInstID=CF807, VolumeMultiple=5, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180713, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=TA807, InstrumentName=化纤807, ExchangeID=CZCE, ExchangeInstID=TA807, VolumeMultiple=5, PriceTick=2.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180713, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=FG807, InstrumentName=玻璃807, ExchangeID=CZCE, ExchangeInstID=FG807, VolumeMultiple=20, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180713, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=JR807, InstrumentName=粳稻807, ExchangeID=CZCE, ExchangeInstID=JR807, VolumeMultiple=20, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180713, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=LR807, InstrumentName=晚籼稻807, ExchangeID=CZCE, ExchangeInstID=LR807, VolumeMultiple=20, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180713, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=MA807, InstrumentName=甲醇MA807, ExchangeID=CZCE, ExchangeInstID=MA807, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180713, LongMarginRatio=0.07.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=OI807, InstrumentName=菜籽油807, ExchangeID=CZCE, ExchangeInstID=OI807, VolumeMultiple=10, PriceTick=2.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180713, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=IH1803, InstrumentName=上证50股指1803, ExchangeID=CFFEX, ExchangeInstID=IH1803, VolumeMultiple=300, PriceTick=0.20, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180316, LongMarginRatio=0.20.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=ZC806, InstrumentName=动力煤ZC806, ExchangeID=CZCE, ExchangeInstID=ZC806, VolumeMultiple=100, PriceTick=0.20, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180607, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=sc1808, InstrumentName=原油1808, ExchangeID=INE, ExchangeInstID=sc1808, VolumeMultiple=1000, PriceTick=0.10, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180731, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=ZC808, InstrumentName=动力煤ZC808, ExchangeID=CZCE, ExchangeInstID=ZC808, VolumeMultiple=100, PriceTick=0.20, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180807, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=CY801, InstrumentName=棉纱801, ExchangeID=CZCE, ExchangeInstID=CY801, VolumeMultiple=5, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180115, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=CY802, InstrumentName=棉纱802, ExchangeID=CZCE, ExchangeInstID=CY802, VolumeMultiple=5, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180214, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=CY803, InstrumentName=棉纱803, ExchangeID=CZCE, ExchangeInstID=CY803, VolumeMultiple=5, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180314, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=CY804, InstrumentName=棉纱804, ExchangeID=CZCE, ExchangeInstID=CY804, VolumeMultiple=5, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180413, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=CY805, InstrumentName=棉纱805, ExchangeID=CZCE, ExchangeInstID=CY805, VolumeMultiple=5, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180515, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=CY806, InstrumentName=棉纱806, ExchangeID=CZCE, ExchangeInstID=CY806, VolumeMultiple=5, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180614, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=CY807, InstrumentName=棉纱807, ExchangeID=CZCE, ExchangeInstID=CY807, VolumeMultiple=5, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180713, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=CY808, InstrumentName=棉纱808, ExchangeID=CZCE, ExchangeInstID=CY808, VolumeMultiple=5, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180814, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=PM807, InstrumentName=普通小麦807, ExchangeID=CZCE, ExchangeInstID=PM807, VolumeMultiple=50, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180713, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=RI807, InstrumentName=早籼稻807, ExchangeID=CZCE, ExchangeInstID=RI807, VolumeMultiple=20, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180713, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=RM807, InstrumentName=菜籽粕807, ExchangeID=CZCE, ExchangeInstID=RM807, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180713, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=a1805, InstrumentName=黄大豆1号1805, ExchangeID=DCE, ExchangeInstID=a1805, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180515, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=fu1809, InstrumentName=燃料油1809, ExchangeID=SHFE, ExchangeInstID=fu1809, VolumeMultiple=50, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180831, LongMarginRatio=0.20.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=sc2009, InstrumentName=原油2009, ExchangeID=INE, ExchangeInstID=sc2009, VolumeMultiple=1000, PriceTick=0.10, UnderlyingInstrID=, ProductClass=1, ExpireDate=20200831, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=al1807, InstrumentName=铝1807, ExchangeID=SHFE, ExchangeInstID=al1807, VolumeMultiple=5, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180716, LongMarginRatio=0.10.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=au1808, InstrumentName=黄金1808, ExchangeID=SHFE, ExchangeInstID=au1808, VolumeMultiple=1000, PriceTick=0.05, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180815, LongMarginRatio=0.08.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=bu1801, InstrumentName=沥青1801, ExchangeID=SHFE, ExchangeInstID=bu1801, VolumeMultiple=10, PriceTick=2.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180115, LongMarginRatio=0.10.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=cu1807, InstrumentName=铜1807, ExchangeID=SHFE, ExchangeInstID=cu1807, VolumeMultiple=5, PriceTick=10.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180716, LongMarginRatio=0.09.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=hc1807, InstrumentName=热轧板1807, ExchangeID=SHFE, ExchangeInstID=hc1807, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180716, LongMarginRatio=0.10.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=ni1807, InstrumentName=镍1807, ExchangeID=SHFE, ExchangeInstID=ni1807, VolumeMultiple=1, PriceTick=10.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180716, LongMarginRatio=0.10.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=pb1807, InstrumentName=铅1807, ExchangeID=SHFE, ExchangeInstID=pb1807, VolumeMultiple=5, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180716, LongMarginRatio=0.10.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=rb1807, InstrumentName=螺纹钢1807, ExchangeID=SHFE, ExchangeInstID=rb1807, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180716, LongMarginRatio=0.10.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=ru1807, InstrumentName=天然橡胶1807, ExchangeID=SHFE, ExchangeInstID=ru1807, VolumeMultiple=10, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180716, LongMarginRatio=0.10.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=sn1807, InstrumentName=锡1807, ExchangeID=SHFE, ExchangeInstID=sn1807, VolumeMultiple=1, PriceTick=10.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180716, LongMarginRatio=0.09.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=wr1807, InstrumentName=线材1807, ExchangeID=SHFE, ExchangeInstID=wr1807, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180716, LongMarginRatio=0.20.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=zn1807, InstrumentName=锌1807, ExchangeID=SHFE, ExchangeInstID=zn1807, VolumeMultiple=5, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180716, LongMarginRatio=0.10.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=ZC809, InstrumentName=动力煤ZC809, ExchangeID=CZCE, ExchangeInstID=ZC809, VolumeMultiple=100, PriceTick=0.20, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180907, LongMarginRatio=0.05.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=ag1810, InstrumentName=白银1810, ExchangeID=SHFE, ExchangeInstID=ag1810, VolumeMultiple=15, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181015, LongMarginRatio=0.08.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=al1810, InstrumentName=铝1810, ExchangeID=SHFE, ExchangeInstID=al1810, VolumeMultiple=5, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181015, LongMarginRatio=0.10.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=au1801, InstrumentName=黄金1801, ExchangeID=SHFE, ExchangeInstID=au1801, VolumeMultiple=1000, PriceTick=0.05, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180115, LongMarginRatio=0.08.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=bu1804, InstrumentName=沥青1804, ExchangeID=SHFE, ExchangeInstID=bu1804, VolumeMultiple=10, PriceTick=2.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180416, LongMarginRatio=0.10.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=cu1810, InstrumentName=铜1810, ExchangeID=SHFE, ExchangeInstID=cu1810, VolumeMultiple=5, PriceTick=10.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181015, LongMarginRatio=0.09.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=hc1810, InstrumentName=热轧板1810, ExchangeID=SHFE, ExchangeInstID=hc1810, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181015, LongMarginRatio=0.10.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=ni1810, InstrumentName=镍1810, ExchangeID=SHFE, ExchangeInstID=ni1810, VolumeMultiple=1, PriceTick=10.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181015, LongMarginRatio=0.10.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=pb1810, InstrumentName=铅1810, ExchangeID=SHFE, ExchangeInstID=pb1810, VolumeMultiple=5, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181015, LongMarginRatio=0.10.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=rb1810, InstrumentName=螺纹钢1810, ExchangeID=SHFE, ExchangeInstID=rb1810, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181015, LongMarginRatio=0.10.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=ru1810, InstrumentName=天然橡胶1810, ExchangeID=SHFE, ExchangeInstID=ru1810, VolumeMultiple=10, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181015, LongMarginRatio=0.10.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=sn1810, InstrumentName=锡1810, ExchangeID=SHFE, ExchangeInstID=sn1810, VolumeMultiple=1, PriceTick=10.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181015, LongMarginRatio=0.09.
2017-12-04 00:01:39.502 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=wr1810, InstrumentName=线材1810, ExchangeID=SHFE, ExchangeInstID=wr1810, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181015, LongMarginRatio=0.20.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=zn1810, InstrumentName=锌1810, ExchangeID=SHFE, ExchangeInstID=zn1810, VolumeMultiple=5, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181015, LongMarginRatio=0.10.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=ag1806, InstrumentName=白银1806, ExchangeID=SHFE, ExchangeInstID=ag1806, VolumeMultiple=15, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180615, LongMarginRatio=0.08.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=al1806, InstrumentName=铝1806, ExchangeID=SHFE, ExchangeInstID=al1806, VolumeMultiple=5, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180615, LongMarginRatio=0.10.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=bu1906, InstrumentName=沥青1906, ExchangeID=SHFE, ExchangeInstID=bu1906, VolumeMultiple=10, PriceTick=2.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20190617, LongMarginRatio=0.10.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=cu1806, InstrumentName=铜1806, ExchangeID=SHFE, ExchangeInstID=cu1806, VolumeMultiple=5, PriceTick=10.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180615, LongMarginRatio=0.09.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=hc1806, InstrumentName=热轧板1806, ExchangeID=SHFE, ExchangeInstID=hc1806, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180615, LongMarginRatio=0.10.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=ni1806, InstrumentName=镍1806, ExchangeID=SHFE, ExchangeInstID=ni1806, VolumeMultiple=1, PriceTick=10.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180615, LongMarginRatio=0.10.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=pb1806, InstrumentName=铅1806, ExchangeID=SHFE, ExchangeInstID=pb1806, VolumeMultiple=5, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180615, LongMarginRatio=0.10.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=rb1806, InstrumentName=螺纹钢1806, ExchangeID=SHFE, ExchangeInstID=rb1806, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180615, LongMarginRatio=0.10.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=ru1806, InstrumentName=天然橡胶1806, ExchangeID=SHFE, ExchangeInstID=ru1806, VolumeMultiple=10, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180615, LongMarginRatio=0.10.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=sn1806, InstrumentName=锡1806, ExchangeID=SHFE, ExchangeInstID=sn1806, VolumeMultiple=1, PriceTick=10.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180615, LongMarginRatio=0.09.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=wr1806, InstrumentName=线材1806, ExchangeID=SHFE, ExchangeInstID=wr1806, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180615, LongMarginRatio=0.20.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=zn1806, InstrumentName=锌1806, ExchangeID=SHFE, ExchangeInstID=zn1806, VolumeMultiple=5, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180615, LongMarginRatio=0.10.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=ag1803, InstrumentName=白银1803, ExchangeID=SHFE, ExchangeInstID=ag1803, VolumeMultiple=15, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180315, LongMarginRatio=0.08.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=al1803, InstrumentName=铝1803, ExchangeID=SHFE, ExchangeInstID=al1803, VolumeMultiple=5, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180315, LongMarginRatio=0.10.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=jd1810, InstrumentName=鲜鸡蛋1810, ExchangeID=DCE, ExchangeInstID=jd1810, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181026, LongMarginRatio=0.08.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=fu1811, InstrumentName=燃料油1811, ExchangeID=SHFE, ExchangeInstID=fu1811, VolumeMultiple=50, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181031, LongMarginRatio=0.20.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=sc1811, InstrumentName=原油1811, ExchangeID=INE, ExchangeInstID=sc1811, VolumeMultiple=1000, PriceTick=0.10, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181031, LongMarginRatio=0.05.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=jd1806, InstrumentName=鲜鸡蛋1806, ExchangeID=DCE, ExchangeInstID=jd1806, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180626, LongMarginRatio=0.08.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=RS807, InstrumentName=油菜籽807, ExchangeID=CZCE, ExchangeInstID=RS807, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180713, LongMarginRatio=0.05.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=SF807, InstrumentName=硅铁807, ExchangeID=CZCE, ExchangeInstID=SF807, VolumeMultiple=5, PriceTick=2.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180713, LongMarginRatio=0.05.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=SM807, InstrumentName=锰硅807, ExchangeID=CZCE, ExchangeInstID=SM807, VolumeMultiple=5, PriceTick=2.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180713, LongMarginRatio=0.05.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=WH807, InstrumentName=强筋麦807, ExchangeID=CZCE, ExchangeInstID=WH807, VolumeMultiple=20, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180713, LongMarginRatio=0.05.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=a1901, InstrumentName=黄大豆1号1901, ExchangeID=DCE, ExchangeInstID=a1901, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20190115, LongMarginRatio=0.05.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=b1807, InstrumentName=黄大豆2号1807, ExchangeID=DCE, ExchangeInstID=b1807, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180713, LongMarginRatio=0.05.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=bb1807, InstrumentName=胶合板1807, ExchangeID=DCE, ExchangeInstID=bb1807, VolumeMultiple=500, PriceTick=0.05, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180713, LongMarginRatio=0.20.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=c1807, InstrumentName=黄玉米1807, ExchangeID=DCE, ExchangeInstID=c1807, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180713, LongMarginRatio=0.05.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=cs1807, InstrumentName=玉米淀粉1807, ExchangeID=DCE, ExchangeInstID=cs1807, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180713, LongMarginRatio=0.05.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=fb1807, InstrumentName=纤维板1807, ExchangeID=DCE, ExchangeInstID=fb1807, VolumeMultiple=500, PriceTick=0.05, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180713, LongMarginRatio=0.20.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=i1807, InstrumentName=铁矿石1807, ExchangeID=DCE, ExchangeInstID=i1807, VolumeMultiple=100, PriceTick=0.50, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180713, LongMarginRatio=0.05.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=j1807, InstrumentName=焦炭1807, ExchangeID=DCE, ExchangeInstID=j1807, VolumeMultiple=100, PriceTick=0.50, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180713, LongMarginRatio=0.05.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=jm1807, InstrumentName=焦煤1807, ExchangeID=DCE, ExchangeInstID=jm1807, VolumeMultiple=60, PriceTick=0.50, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180713, LongMarginRatio=0.05.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=l1807, InstrumentName=聚乙烯1807, ExchangeID=DCE, ExchangeInstID=l1807, VolumeMultiple=5, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180713, LongMarginRatio=0.05.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=m1807, InstrumentName=豆粕1807, ExchangeID=DCE, ExchangeInstID=m1807, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180713, LongMarginRatio=0.05.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=p1807, InstrumentName=棕榈油1807, ExchangeID=DCE, ExchangeInstID=p1807, VolumeMultiple=10, PriceTick=2.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180713, LongMarginRatio=0.05.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=pp1807, InstrumentName=聚丙烯1807, ExchangeID=DCE, ExchangeInstID=pp1807, VolumeMultiple=5, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180713, LongMarginRatio=0.05.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=v1807, InstrumentName=聚氯乙烯1807, ExchangeID=DCE, ExchangeInstID=v1807, VolumeMultiple=5, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180713, LongMarginRatio=0.05.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=y1807, InstrumentName=豆油1807, ExchangeID=DCE, ExchangeInstID=y1807, VolumeMultiple=10, PriceTick=2.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180713, LongMarginRatio=0.05.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=TA808, InstrumentName=化纤808, ExchangeID=CZCE, ExchangeInstID=TA808, VolumeMultiple=5, PriceTick=2.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180814, LongMarginRatio=0.05.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=bb1808, InstrumentName=胶合板1808, ExchangeID=DCE, ExchangeInstID=bb1808, VolumeMultiple=500, PriceTick=0.05, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180814, LongMarginRatio=0.20.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=fb1808, InstrumentName=纤维板1808, ExchangeID=DCE, ExchangeInstID=fb1808, VolumeMultiple=500, PriceTick=0.05, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180814, LongMarginRatio=0.20.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=i1808, InstrumentName=铁矿石1808, ExchangeID=DCE, ExchangeInstID=i1808, VolumeMultiple=100, PriceTick=0.50, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180814, LongMarginRatio=0.05.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=j1808, InstrumentName=焦炭1808, ExchangeID=DCE, ExchangeInstID=j1808, VolumeMultiple=100, PriceTick=0.50, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180814, LongMarginRatio=0.05.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=jm1808, InstrumentName=焦煤1808, ExchangeID=DCE, ExchangeInstID=jm1808, VolumeMultiple=60, PriceTick=0.50, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180814, LongMarginRatio=0.05.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=au1804, InstrumentName=黄金1804, ExchangeID=SHFE, ExchangeInstID=au1804, VolumeMultiple=1000, PriceTick=0.05, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180416, LongMarginRatio=0.08.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=bu1903, InstrumentName=沥青1903, ExchangeID=SHFE, ExchangeInstID=bu1903, VolumeMultiple=10, PriceTick=2.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20190315, LongMarginRatio=0.10.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=cu1803, InstrumentName=铜1803, ExchangeID=SHFE, ExchangeInstID=cu1803, VolumeMultiple=5, PriceTick=10.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180315, LongMarginRatio=0.09.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=hc1803, InstrumentName=热轧板1803, ExchangeID=SHFE, ExchangeInstID=hc1803, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180315, LongMarginRatio=0.10.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=ni1803, InstrumentName=镍1803, ExchangeID=SHFE, ExchangeInstID=ni1803, VolumeMultiple=1, PriceTick=10.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180315, LongMarginRatio=0.10.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=pb1803, InstrumentName=铅1803, ExchangeID=SHFE, ExchangeInstID=pb1803, VolumeMultiple=5, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180315, LongMarginRatio=0.10.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=rb1803, InstrumentName=螺纹钢1803, ExchangeID=SHFE, ExchangeInstID=rb1803, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180315, LongMarginRatio=0.10.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=ru1803, InstrumentName=天然橡胶1803, ExchangeID=SHFE, ExchangeInstID=ru1803, VolumeMultiple=10, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180315, LongMarginRatio=0.10.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=sn1803, InstrumentName=锡1803, ExchangeID=SHFE, ExchangeInstID=sn1803, VolumeMultiple=1, PriceTick=10.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180315, LongMarginRatio=0.09.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=wr1803, InstrumentName=线材1803, ExchangeID=SHFE, ExchangeInstID=wr1803, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180315, LongMarginRatio=0.20.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=zn1803, InstrumentName=锌1803, ExchangeID=SHFE, ExchangeInstID=zn1803, VolumeMultiple=5, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180315, LongMarginRatio=0.10.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=IC1712, InstrumentName=中证500股指1712, ExchangeID=CFFEX, ExchangeInstID=IC1712, VolumeMultiple=200, PriceTick=0.20, UnderlyingInstrID=, ProductClass=1, ExpireDate=20171215, LongMarginRatio=0.30.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=IF1712, InstrumentName=沪深300股指1712, ExchangeID=CFFEX, ExchangeInstID=IF1712, VolumeMultiple=300, PriceTick=0.20, UnderlyingInstrID=, ProductClass=1, ExpireDate=20171215, LongMarginRatio=0.20.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=IH1712, InstrumentName=上证50股指1712, ExchangeID=CFFEX, ExchangeInstID=IH1712, VolumeMultiple=300, PriceTick=0.20, UnderlyingInstrID=, ProductClass=1, ExpireDate=20171215, LongMarginRatio=0.20.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=l1808, InstrumentName=聚乙烯1808, ExchangeID=DCE, ExchangeInstID=l1808, VolumeMultiple=5, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180814, LongMarginRatio=0.05.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=m1808, InstrumentName=豆粕1808, ExchangeID=DCE, ExchangeInstID=m1808, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180814, LongMarginRatio=0.05.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=p1808, InstrumentName=棕榈油1808, ExchangeID=DCE, ExchangeInstID=p1808, VolumeMultiple=10, PriceTick=2.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180814, LongMarginRatio=0.05.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=p1801, InstrumentName=棕榈油1801, ExchangeID=DCE, ExchangeInstID=p1801, VolumeMultiple=10, PriceTick=2.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180115, LongMarginRatio=0.05.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=pp1801, InstrumentName=聚丙烯1801, ExchangeID=DCE, ExchangeInstID=pp1801, VolumeMultiple=5, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180115, LongMarginRatio=0.05.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=v1801, InstrumentName=聚氯乙烯1801, ExchangeID=DCE, ExchangeInstID=v1801, VolumeMultiple=5, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180115, LongMarginRatio=0.05.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=y1801, InstrumentName=豆油1801, ExchangeID=DCE, ExchangeInstID=y1801, VolumeMultiple=10, PriceTick=2.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180115, LongMarginRatio=0.05.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=FG801, InstrumentName=玻璃801, ExchangeID=CZCE, ExchangeInstID=FG801, VolumeMultiple=20, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180115, LongMarginRatio=0.05.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=JR801, InstrumentName=粳稻801, ExchangeID=CZCE, ExchangeInstID=JR801, VolumeMultiple=20, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180115, LongMarginRatio=0.05.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=LR801, InstrumentName=晚籼稻801, ExchangeID=CZCE, ExchangeInstID=LR801, VolumeMultiple=20, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180115, LongMarginRatio=0.05.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=MA801, InstrumentName=甲醇MA801, ExchangeID=CZCE, ExchangeInstID=MA801, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180115, LongMarginRatio=0.07.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=OI801, InstrumentName=菜籽油801, ExchangeID=CZCE, ExchangeInstID=OI801, VolumeMultiple=10, PriceTick=2.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180115, LongMarginRatio=0.05.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=PM801, InstrumentName=普通小麦801, ExchangeID=CZCE, ExchangeInstID=PM801, VolumeMultiple=50, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180115, LongMarginRatio=0.05.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=RI801, InstrumentName=早籼稻801, ExchangeID=CZCE, ExchangeInstID=RI801, VolumeMultiple=20, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180115, LongMarginRatio=0.05.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=RM801, InstrumentName=菜籽粕801, ExchangeID=CZCE, ExchangeInstID=RM801, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180115, LongMarginRatio=0.05.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=SF801, InstrumentName=硅铁801, ExchangeID=CZCE, ExchangeInstID=SF801, VolumeMultiple=5, PriceTick=2.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180115, LongMarginRatio=0.05.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=SR801, InstrumentName=白砂糖801, ExchangeID=CZCE, ExchangeInstID=SR801, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180115, LongMarginRatio=0.05.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=a1801, InstrumentName=黄大豆1号1801, ExchangeID=DCE, ExchangeInstID=a1801, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180115, LongMarginRatio=0.05.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=ZC712, InstrumentName=动力煤ZC712, ExchangeID=CZCE, ExchangeInstID=ZC712, VolumeMultiple=100, PriceTick=0.20, UnderlyingInstrID=, ProductClass=1, ExpireDate=20171207, LongMarginRatio=0.05.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=ZC811, InstrumentName=动力煤ZC811, ExchangeID=CZCE, ExchangeInstID=ZC811, VolumeMultiple=100, PriceTick=0.20, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181107, LongMarginRatio=0.05.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=IC1801, InstrumentName=中证500股指1801, ExchangeID=CFFEX, ExchangeInstID=IC1801, VolumeMultiple=200, PriceTick=0.20, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180119, LongMarginRatio=0.30.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=IF1801, InstrumentName=沪深300股指1801, ExchangeID=CFFEX, ExchangeInstID=IF1801, VolumeMultiple=300, PriceTick=0.20, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180119, LongMarginRatio=0.20.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=IH1801, InstrumentName=上证50股指1801, ExchangeID=CFFEX, ExchangeInstID=IH1801, VolumeMultiple=300, PriceTick=0.20, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180119, LongMarginRatio=0.20.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=pp1808, InstrumentName=聚丙烯1808, ExchangeID=DCE, ExchangeInstID=pp1808, VolumeMultiple=5, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180814, LongMarginRatio=0.05.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=v1808, InstrumentName=聚氯乙烯1808, ExchangeID=DCE, ExchangeInstID=v1808, VolumeMultiple=5, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180814, LongMarginRatio=0.05.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=y1808, InstrumentName=豆油1808, ExchangeID=DCE, ExchangeInstID=y1808, VolumeMultiple=10, PriceTick=2.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180814, LongMarginRatio=0.05.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=FG808, InstrumentName=玻璃808, ExchangeID=CZCE, ExchangeInstID=FG808, VolumeMultiple=20, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180814, LongMarginRatio=0.05.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=MA808, InstrumentName=甲醇MA808, ExchangeID=CZCE, ExchangeInstID=MA808, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180814, LongMarginRatio=0.07.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=RM808, InstrumentName=菜籽粕808, ExchangeID=CZCE, ExchangeInstID=RM808, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180814, LongMarginRatio=0.05.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=RS808, InstrumentName=油菜籽808, ExchangeID=CZCE, ExchangeInstID=RS808, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180814, LongMarginRatio=0.05.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=SF808, InstrumentName=硅铁808, ExchangeID=CZCE, ExchangeInstID=SF808, VolumeMultiple=5, PriceTick=2.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180814, LongMarginRatio=0.05.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=SM808, InstrumentName=锰硅808, ExchangeID=CZCE, ExchangeInstID=SM808, VolumeMultiple=5, PriceTick=2.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180814, LongMarginRatio=0.05.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=T1806, InstrumentName=10年国债1806, ExchangeID=CFFEX, ExchangeInstID=T1806, VolumeMultiple=10000, PriceTick=0.01, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180608, LongMarginRatio=0.02.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=TF1806, InstrumentName=5年国债1806, ExchangeID=CFFEX, ExchangeInstID=TF1806, VolumeMultiple=10000, PriceTick=0.01, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180608, LongMarginRatio=0.01.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=CF811, InstrumentName=棉花811, ExchangeID=CZCE, ExchangeInstID=CF811, VolumeMultiple=5, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181114, LongMarginRatio=0.05.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=TA811, InstrumentName=化纤811, ExchangeID=CZCE, ExchangeInstID=TA811, VolumeMultiple=5, PriceTick=2.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181114, LongMarginRatio=0.05.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=SR905, InstrumentName=白砂糖905, ExchangeID=CZCE, ExchangeInstID=SR905, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20190515, LongMarginRatio=0.05.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=c1811, InstrumentName=黄玉米1811, ExchangeID=DCE, ExchangeInstID=c1811, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181114, LongMarginRatio=0.05.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=cs1811, InstrumentName=玉米淀粉1811, ExchangeID=DCE, ExchangeInstID=cs1811, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181114, LongMarginRatio=0.05.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=fb1811, InstrumentName=纤维板1811, ExchangeID=DCE, ExchangeInstID=fb1811, VolumeMultiple=500, PriceTick=0.05, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181114, LongMarginRatio=0.20.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=i1811, InstrumentName=铁矿石1811, ExchangeID=DCE, ExchangeInstID=i1811, VolumeMultiple=100, PriceTick=0.50, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181114, LongMarginRatio=0.05.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=j1811, InstrumentName=焦炭1811, ExchangeID=DCE, ExchangeInstID=j1811, VolumeMultiple=100, PriceTick=0.50, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181114, LongMarginRatio=0.05.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=jm1811, InstrumentName=焦煤1811, ExchangeID=DCE, ExchangeInstID=jm1811, VolumeMultiple=60, PriceTick=0.50, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181114, LongMarginRatio=0.05.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=l1811, InstrumentName=聚乙烯1811, ExchangeID=DCE, ExchangeInstID=l1811, VolumeMultiple=5, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181114, LongMarginRatio=0.05.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=m1811, InstrumentName=豆粕1811, ExchangeID=DCE, ExchangeInstID=m1811, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181114, LongMarginRatio=0.05.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=sn1809, InstrumentName=锡1809, ExchangeID=SHFE, ExchangeInstID=sn1809, VolumeMultiple=1, PriceTick=10.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180917, LongMarginRatio=0.09.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=wr1809, InstrumentName=线材1809, ExchangeID=SHFE, ExchangeInstID=wr1809, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180917, LongMarginRatio=0.20.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=zn1809, InstrumentName=锌1809, ExchangeID=SHFE, ExchangeInstID=zn1809, VolumeMultiple=5, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180917, LongMarginRatio=0.10.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=ZC804, InstrumentName=动力煤ZC804, ExchangeID=CZCE, ExchangeInstID=ZC804, VolumeMultiple=100, PriceTick=0.20, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180406, LongMarginRatio=0.05.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=ZC802, InstrumentName=动力煤ZC802, ExchangeID=CZCE, ExchangeInstID=ZC802, VolumeMultiple=100, PriceTick=0.20, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180207, LongMarginRatio=0.05.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=T1803, InstrumentName=10年国债1803, ExchangeID=CFFEX, ExchangeInstID=T1803, VolumeMultiple=10000, PriceTick=0.01, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180309, LongMarginRatio=0.02.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=TF1803, InstrumentName=5年国债1803, ExchangeID=CFFEX, ExchangeInstID=TF1803, VolumeMultiple=10000, PriceTick=0.01, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180309, LongMarginRatio=0.01.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=jd1809, InstrumentName=鲜鸡蛋1809, ExchangeID=DCE, ExchangeInstID=jd1809, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180925, LongMarginRatio=0.08.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=jd1808, InstrumentName=鲜鸡蛋1808, ExchangeID=DCE, ExchangeInstID=jd1808, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180828, LongMarginRatio=0.08.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=cu1805, InstrumentName=铜1805, ExchangeID=SHFE, ExchangeInstID=cu1805, VolumeMultiple=5, PriceTick=10.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180515, LongMarginRatio=0.09.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=hc1805, InstrumentName=热轧板1805, ExchangeID=SHFE, ExchangeInstID=hc1805, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180515, LongMarginRatio=0.10.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=ni1805, InstrumentName=镍1805, ExchangeID=SHFE, ExchangeInstID=ni1805, VolumeMultiple=1, PriceTick=10.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180515, LongMarginRatio=0.10.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=pb1805, InstrumentName=铅1805, ExchangeID=SHFE, ExchangeInstID=pb1805, VolumeMultiple=5, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180515, LongMarginRatio=0.10.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=rb1805, InstrumentName=螺纹钢1805, ExchangeID=SHFE, ExchangeInstID=rb1805, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180515, LongMarginRatio=0.10.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=ru1805, InstrumentName=天然橡胶1805, ExchangeID=SHFE, ExchangeInstID=ru1805, VolumeMultiple=10, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180515, LongMarginRatio=0.10.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=sn1805, InstrumentName=锡1805, ExchangeID=SHFE, ExchangeInstID=sn1805, VolumeMultiple=1, PriceTick=10.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180515, LongMarginRatio=0.09.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=wr1805, InstrumentName=线材1805, ExchangeID=SHFE, ExchangeInstID=wr1805, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180515, LongMarginRatio=0.20.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=zn1805, InstrumentName=锌1805, ExchangeID=SHFE, ExchangeInstID=zn1805, VolumeMultiple=5, PriceTick=5.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180515, LongMarginRatio=0.10.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=ZC805, InstrumentName=动力煤ZC805, ExchangeID=CZCE, ExchangeInstID=ZC805, VolumeMultiple=100, PriceTick=0.20, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180508, LongMarginRatio=0.05.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=jd1807, InstrumentName=鲜鸡蛋1807, ExchangeID=DCE, ExchangeInstID=jd1807, VolumeMultiple=10, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180726, LongMarginRatio=0.08.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=TA802, InstrumentName=化纤802, ExchangeID=CZCE, ExchangeInstID=TA802, VolumeMultiple=5, PriceTick=2.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180214, LongMarginRatio=0.05.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=FG802, InstrumentName=玻璃802, ExchangeID=CZCE, ExchangeInstID=FG802, VolumeMultiple=20, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20180214, LongMarginRatio=0.05.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=fu1812, InstrumentName=燃料油1812, ExchangeID=SHFE, ExchangeInstID=fu1812, VolumeMultiple=50, PriceTick=1.00, UnderlyingInstrID=, ProductClass=1, ExpireDate=20181130, LongMarginRatio=0.20.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=sc2012, InstrumentName=原油2012, ExchangeID=INE, ExchangeInstID=sc2012, VolumeMultiple=1000, PriceTick=0.10, UnderlyingInstrID=, ProductClass=1, ExpireDate=20201130, LongMarginRatio=0.05.
2017-12-04 00:01:39.733 INFO:[Brokers\Ctp\ctpbrokerage.cpp,482][EliteQuant::ctpbrokerage::OnRspQryInstrument]Ctp broker server OnRspQryInstrument: InstrumentID=scefp, InstrumentName=scefp, ExchangeID=INE, ExchangeInstID=scefp, VolumeMultiple=1000, PriceTick=0.10, UnderlyingInstrID=, ProductClass=5, ExpireDate=20371231, LongMarginRatio=0.00.
2017-12-04 00:02:25.325 INFO:[Services\Api\apiservice.cpp,65][EliteQuant::ApiServer::onClientMessage]client msgin: o|MKT|IC1712|1|0
2017-12-04 00:02:25.334 INFO:[Common\Brokerage\brokerage.cpp,69][EliteQuant::brokerage::monitorClientRequest]msg received: o|MKT|IC1712|1|0
2017-12-04 00:02:25.334 INFO[Common\Brokerage\brokerage.cpp,97][EliteQuant::brokerage::monitorClientRequest]receive market order: o|MKT|IC1712|1|0
2017-12-04 00:02:25.335 INFO:[Common\Order\ordermanager.cpp,58][EliteQuant::OrderManager::trackOrder]Order is put under track. OrderId=3
2017-12-04 00:02:25.335 INFO:[Brokers\Ctp\ctpbrokerage.cpp,164][EliteQuant::ctpbrokerage::placeOrder]Placing Order orderId=3: fullSymbol=IC1712
2017-12-04 00:02:25.571 INFO:[Brokers\Ctp\ctpbrokerage.cpp,516][EliteQuant::ctpbrokerage::OnRtnOrder]CTP trade server OnRtnOrder details: OrderRef=IC1712, InstrumentID=CFFEX, ExchangeID=3, InsertTime=13:02:24, CancelTime=, FrontID=1, SessionID=-690808085, Direction=0, CombOffsetFlag=0, OrderStatus=a, OrderSubmitStatus=0, StatusMsg=报单已提交, LimitPrice=0.000000, VolumeTotalOriginal=1, VolumeTraded=0, OrderSysID=, SequenceNo=0.
2017-12-04 00:02:25.573 INFO:[Brokers\Ctp\ctpbrokerage.cpp,516][EliteQuant::ctpbrokerage::OnRtnOrder]CTP trade server OnRtnOrder details: OrderRef=IC1712, InstrumentID=CFFEX, ExchangeID=3, InsertTime=13:02:24, CancelTime=, FrontID=1, SessionID=-690808085, Direction=0, CombOffsetFlag=0, OrderStatus=5, OrderSubmitStatus=4, StatusMsg=已撤单报单被拒绝CFFEX:不被支持的报单类型, LimitPrice=0.000000, VolumeTotalOriginal=1, VolumeTraded=0, OrderSysID=, SequenceNo=0.
2017-12-04 00:02:51.608 INFO:[Services\Api\apiservice.cpp,65][EliteQuant::ApiServer::onClientMessage]client msgin: o|LMT|IC1712|1|6270|0
2017-12-04 00:02:51.624 INFO:[Common\Brokerage\brokerage.cpp,69][EliteQuant::brokerage::monitorClientRequest]msg received: o|LMT|IC1712|1|6270|0
2017-12-04 00:02:51.624 INFO:[Common\Brokerage\brokerage.cpp,134][EliteQuant::brokerage::monitorClientRequest]recieved limit order: o|LMT|IC1712|1|6270|0.
2017-12-04 00:02:51.624 INFO:[Common\Order\ordermanager.cpp,58][EliteQuant::OrderManager::trackOrder]Order is put under track. OrderId=4
2017-12-04 00:02:51.624 INFO:[Brokers\Ctp\ctpbrokerage.cpp,164][EliteQuant::ctpbrokerage::placeOrder]Placing Order orderId=4: fullSymbol=IC1712
2017-12-04 00:02:51.872 INFO:[Brokers\Ctp\ctpbrokerage.cpp,516][EliteQuant::ctpbrokerage::OnRtnOrder]CTP trade server OnRtnOrder details: OrderRef=IC1712, InstrumentID=CFFEX, ExchangeID=4, InsertTime=13:02:50, CancelTime=, FrontID=1, SessionID=-690808085, Direction=0, CombOffsetFlag=0, OrderStatus=a, OrderSubmitStatus=0, StatusMsg=报单已提交, LimitPrice=6270.000000, VolumeTotalOriginal=1, VolumeTraded=0, OrderSysID=, SequenceNo=0.
2017-12-04 00:02:51.877 INFO:[Brokers\Ctp\ctpbrokerage.cpp,516][EliteQuant::ctpbrokerage::OnRtnOrder]CTP trade server OnRtnOrder details: OrderRef=IC1712, InstrumentID=CFFEX, ExchangeID=4, InsertTime=13:02:50, CancelTime=, FrontID=1, SessionID=-690808085, Direction=0, CombOffsetFlag=0, OrderStatus=3, OrderSubmitStatus=3, StatusMsg=未成交, LimitPrice=6270.000000, VolumeTotalOriginal=1, VolumeTraded=0, OrderSysID= 198031, SequenceNo=7191.
2017-12-04 00:03:12.673 INFO:[Services\Api\apiservice.cpp,65][EliteQuant::ApiServer::onClientMessage]client msgin: c|4
2017-12-04 00:03:12.682 INFO:[Common\Brokerage\brokerage.cpp,69][EliteQuant::brokerage::monitorClientRequest]msg received: c|4
2017-12-04 00:03:12.682 INFO:[Brokers\Ctp\ctpbrokerage.cpp,189][EliteQuant::ctpbrokerage::cancelOrder]Cancel Order m_orderId=5
2017-12-04 00:03:12.916 INFO:[Brokers\Ctp\ctpbrokerage.cpp,516][EliteQuant::ctpbrokerage::OnRtnOrder]CTP trade server OnRtnOrder details: OrderRef=IC1712, InstrumentID=CFFEX, ExchangeID=4, InsertTime=13:02:50, CancelTime=, FrontID=1, SessionID=-690808085, Direction=0, CombOffsetFlag=0, OrderStatus=3, OrderSubmitStatus=3, StatusMsg=未成交, LimitPrice=6270.000000, VolumeTotalOriginal=1, VolumeTraded=0, OrderSysID= 198031, SequenceNo=7191.
2017-12-04 00:03:12.917 INFO:[Brokers\Ctp\ctpbrokerage.cpp,516][EliteQuant::ctpbrokerage::OnRtnOrder]CTP trade server OnRtnOrder details: OrderRef=IC1712, InstrumentID=CFFEX, ExchangeID=4, InsertTime=13:02:50, CancelTime=, FrontID=1, SessionID=-690808085, Direction=0, CombOffsetFlag=0, OrderStatus=5, OrderSubmitStatus=3, StatusMsg=已撤单, LimitPrice=6270.000000, VolumeTotalOriginal=1, VolumeTraded=0, OrderSysID= 198031, SequenceNo=7241.
2017-12-04 00:07:25.747 INFO:[Services\Data\dataservice.cpp,93][EliteQuant::DataBoardService]disconnect from market data feed.
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Matlab
1
https://gitee.com/EliteQuant/EliteQuant_Matlab.git
git@gitee.com:EliteQuant/EliteQuant_Matlab.git
EliteQuant
EliteQuant_Matlab
EliteQuant_Matlab
master

搜索帮助