Interface UnsubscribeBook

interface UnsubscribeBook {
    both?: boolean;
    taker_gets: Currency;
    taker_pays: Currency;
}

Properties

both?: boolean
taker_gets: Currency
taker_pays: Currency