interface LongBook {
    entry?: OrderEntry;
    price: string;
}

Properties

Properties

entry?: OrderEntry
price: string