futu_core/qot_right_gate/
constants.rs1pub const SECURITY_TYPE_DRVT: i32 = 8;
2pub const SECURITY_TYPE_INDEX: i32 = 6;
3pub const SECURITY_TYPE_FUTURE: i32 = 10;
4pub const SECURITY_TYPE_CRYPTO: i32 = 12;
5pub const QOT_MARKET_CC_SECURITY: i32 = 91;
6pub const QOT_RIGHT_UNKNOWN: i32 = 0;
9pub const QOT_RIGHT_BMP: i32 = 1;
10pub const QOT_RIGHT_LEVEL1: i32 = 2;
11pub const QOT_RIGHT_LEVEL2: i32 = 3;
12pub const QOT_RIGHT_SF: i32 = 4;
13pub const QOT_RIGHT_NO: i32 = 5;
14pub const QOT_RIGHT_LEVEL3: i32 = 6;