pub const OKX_MAX_CLORDID_LEN: usize = 32;Expand description
Maximum length of a clOrdId accepted by OKX.
OKX requires clOrdId to be 1-32 case-sensitive alphanumeric characters.
See https://www.okx.com/docs-v5/en/#order-book-trading-trade.
pub const OKX_MAX_CLORDID_LEN: usize = 32;Maximum length of a clOrdId accepted by OKX.
OKX requires clOrdId to be 1-32 case-sensitive alphanumeric characters.
See https://www.okx.com/docs-v5/en/#order-book-trading-trade.