Interface MarginDepositBand

interface MarginDepositBand {
    currency: string;
    margin: number;
    max?: number;
    min: number;
}

Properties

Properties

currency: string
margin: number
max?: number
min: number