ethereal_rust_sdk 0.1.22

Trading client for Ethereal exchange
Documentation
1
2
3
4
5
6
7
8
9
10
// Channels available for the Ethereal Streamer
pub mod public_channels {
    pub const BOOK_DEPTH: &str = "BookDepth";
    pub const MARKET_PRICE: &str = "MarketPrice";
    pub const ORDER_FILL: &str = "OrderFill";
    pub const TRADE_FILL: &str = "TradeFill";
    pub const ORDER_UPDATE: &str = "OrderUpdate";
    pub const SUBACCOUNT_LIQUIDATION: &str = "SubaccountLiquidation";
    pub const TOKEN_TRANSFER: &str = "TokenTransfer";
}