interface OrderEntrySDKType {
    allocations: AllocationSDKType[];
    assetDenom: string;
    price: string;
    priceDenom: string;
    quantity: string;
}

Properties

allocations: AllocationSDKType[]
assetDenom: string
price: string
priceDenom: string
quantity: string