Uses of Class
app.cybrid.cybrid_api_bank.client.model.QuoteBankModel.SideEnum
-
Packages that use QuoteBankModel.SideEnum Package Description app.cybrid.cybrid_api_bank.client.model -
-
Uses of QuoteBankModel.SideEnum in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return QuoteBankModel.SideEnum Modifier and Type Method Description static QuoteBankModel.SideEnumQuoteBankModel.SideEnum. fromValue(String value)QuoteBankModel.SideEnumQuoteBankModel. getSide()The direction of the quote: either 'buy' or 'sell' for trade quotes.static QuoteBankModel.SideEnumQuoteBankModel.SideEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static QuoteBankModel.SideEnum[]QuoteBankModel.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 QuoteBankModel.SideEnum Modifier and Type Method Description voidQuoteBankModel. setSide(QuoteBankModel.SideEnum side)QuoteBankModelQuoteBankModel. side(QuoteBankModel.SideEnum side)
-