Skip to content

Latest commit

 

History

History
43 lines (39 loc) · 1.08 KB

File metadata and controls

43 lines (39 loc) · 1.08 KB

English | 中文

Interface Description

Request - Protocol Number: 22006

Data Format: JSON

Data Structure

Definition of data

Field Name Type Required Description
cancel_type Cancel Type uint32 Yes 0: Cancel all quote subscriptions, 1: Cancel depth quote subscriptions, 2: Cancel transaction quote subscriptions

Request Example

{
    "cmd_id":22006,
    "seq_id":123,
    "trace":"asdfsdfa",
    "data":{
        "cancel_type": 1,
    }
}

Response - Protocol Number: 22007

Data Format: JSON

Data Structure

Definition of data

Field Name Type Description

Response Example

{
    "ret":200,
    "msg":"ok",
    "cmd_id":22007,
    "seq_id":123,
    "trace":"asdfsdfa",
    "data":{
    }    
}