binance-standard-sdk 0.1.1

Binance SDK, A wrapper for the Binance API.
Documentation
1
2
3
4
5
6
7
8
use serde::Deserialize;

/// work type
#[derive(Debug, Clone, Deserialize)]
pub enum WorkingType {
    MARK_PRICE,
    CONTRACT_PRICE,
}