交易
提供下单、改单、撤单、订单查询、期权行权等完整交易操作。所有方法均为 TradeClient 的异步方法,返回 Result<T, TigerError>。源码:openapi-rust-sdk/trade。
创建客户端:
use tigeropen::config::ClientConfig;
use tigeropen::trade::TradeClient;
let config = ClientConfig::builder().build()?;
let trade = TradeClient::from_config(config);API 列表
合约查询
下单交易
改单与撤单
订单查询
期权行权
Updated 8 days ago
Did this page help you?
