0
Follow
0
Followers
선물 주문 유형 추가
주문의 타입 Order 구조의 Type 값
전 세계 상수
ORDER_TYPE_BUY
ORDER_TYPE_SELL
매매된 경매상품의 종류
구매 및 판매의 평형 주문 유형, 구매 및 판매의 평형 주문 유형과 동일하게 분류 할 수 없습니다. 구매 및 판매의 평형 주문 유형을 추가하기를 바랍니다.
Related Recommendations
Research Backtesting Environments in Python with pandasHow to make your own trading botTop 5 Essential Beginner Books for Algorithmic TradingCan Algorithmic Traders Still Succeed at the Retail Level?Steps to Becoming a Quant TraderEverything You Need To Know About Automated TradingAutomated Trading Systems: The Pros and ConsLearn Algorithmic Trading: A Step By Step GuideHigh-Frequency Trading: A PrimerIntro To Algo Trading
Comment
All comments (2)
{
"leverage":"10",
"client_oid": "w125678",
"size":"1",
"filled_qty":"0",
"price":"990000",
"fee":"0",
"contract_val":"10",
"price_avg":"0",
"type":"2",
"instrument_id":"LTC-USD-181228",
"order_id":"2047622606459904",
"timestamp":"2018-12-28T06:57:21.000Z",
"status":"0"
}
举例 OKEX期货 订单信息 原始信息Info 属性中 有 以上数据可以查询到具体是: type String 订单类型(1:开多 2:开空 3:平多 4:平空)
7 years ago
- 1
