Uses of Class
app.cybrid.cybrid_api_bank.client.model.TradeBankModel.SideEnum
-
Packages that use TradeBankModel.SideEnum Package Description app.cybrid.cybrid_api_bank.client.model -
-
Uses of TradeBankModel.SideEnum in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return TradeBankModel.SideEnum Modifier and Type Method Description static TradeBankModel.SideEnumTradeBankModel.SideEnum. fromValue(String value)TradeBankModel.SideEnumTradeBankModel. getSide()The direction of the quote: either 'buy' or 'sell'.static TradeBankModel.SideEnumTradeBankModel.SideEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static TradeBankModel.SideEnum[]TradeBankModel.SideEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in app.cybrid.cybrid_api_bank.client.model with parameters of type TradeBankModel.SideEnum Modifier and Type Method Description voidTradeBankModel. setSide(TradeBankModel.SideEnum side)TradeBankModelTradeBankModel. side(TradeBankModel.SideEnum side)
-