export interface WSAPIPlaceOrderResponseV3 {
    symbol: string;
    orderId: string;
    clientOid: string;
    cTime: string;
}
