1 2 3 4 5 6 7 8 9 10
/// Subscribe Topics pub(crate) const SUBSCRIBE: u8 = 16; /// Unsubscribe Topics pub(crate) const UNSUBSCRIBE: u8 = 17; /// Push Notification /// /// Reference: <https://open.longportapp.com/en/docs/trade/trade-push#push-notification> pub(crate) const PUSH_NOTIFICATION: u8 = 18;