API documentation
interface
TradeEntry
export interface TradeEntry {
instrumentId: number;
dateTime: string;
price: number;
size: number;
direction: number; // 0=Buy, 2=Sell, -1=Unknown
priceFormat?: string;
}export interface TradeEntry {
instrumentId: number;
dateTime: string;
price: number;
size: number;
direction: number; // 0=Buy, 2=Sell, -1=Unknown
priceFormat?: string;
}We use essential cookies to make this site work. With your consent, we may also use non-essential cookies for analytics and marketing. You can change your choices at any time.
See our Privacy Policy and Cookie Policy.