Interface IDEXOrderEventDataSystemFill

IDEXOrderFillEventDataSystem updates do not include many of the standard order update properties

interface IDEXOrderEventDataSystemFill {
    market: string;
    wallet: string;
    side: OrderSide;
    executionTime: number;
}

Hierarchy (view full)

Properties

market: string

Market symbol as base-quote pair e.g. 'ETH-USD'

wallet: string

Address of the wallet which placed the order

side: OrderSide

Order side, buy or sell

See

enum OrderSide

executionTime: number

Timestamp of the most recent update