| Package | Description |
|---|---|
| io.gate.gateapi.models |
| Modifier and Type | Method and Description |
|---|---|
static CrossMarginAccountBook.TypeEnum |
CrossMarginAccountBook.TypeEnum.fromValue(String value) |
CrossMarginAccountBook.TypeEnum |
CrossMarginAccountBook.getType()
Account change type, including: - in: transferals into cross margin account - out: transferals out from cross margin account - repay: loan repayment - borrow: borrowed loan - interest: interest - new_order: new order locked - order_fill: order fills - referral_fee: fee refund from referrals - order_fee: order fee generated from fills - futures_in: transfer into futures account - futures_out: transfer out of futures account - unknown: unknown type
|
CrossMarginAccountBook.TypeEnum |
CrossMarginAccountBook.TypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static CrossMarginAccountBook.TypeEnum |
CrossMarginAccountBook.TypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CrossMarginAccountBook.TypeEnum[] |
CrossMarginAccountBook.TypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CrossMarginAccountBook.setType(CrossMarginAccountBook.TypeEnum type) |
CrossMarginAccountBook |
CrossMarginAccountBook.type(CrossMarginAccountBook.TypeEnum type) |
void |
CrossMarginAccountBook.TypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
CrossMarginAccountBook.TypeEnum enumeration) |
Copyright © 2023. All rights reserved.