Uses of Class
app.cybrid.cybrid_api_bank.client.model.TradeBankModel
-
Packages that use TradeBankModel Package Description app.cybrid.cybrid_api_bank.client.api app.cybrid.cybrid_api_bank.client.model -
-
Uses of TradeBankModel in app.cybrid.cybrid_api_bank.client.api
Methods in app.cybrid.cybrid_api_bank.client.api that return types with arguments of type TradeBankModel Modifier and Type Method Description reactor.core.publisher.Mono<TradeBankModel>TradesBankApi. createTrade(PostTradeBankModel postTradeBankModel)Create Trade Creates a trade.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<TradeBankModel>>TradesBankApi. createTradeWithHttpInfo(PostTradeBankModel postTradeBankModel)reactor.core.publisher.Mono<TradeBankModel>TradesBankApi. getTrade(String tradeGuid)Get Trade Retrieves a trade.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<TradeBankModel>>TradesBankApi. getTradeWithHttpInfo(String tradeGuid) -
Uses of TradeBankModel in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return types with arguments of type TradeBankModel Modifier and Type Method Description List<TradeBankModel>TradeListBankModel. getObjects()Array of trade entitiesMethods in app.cybrid.cybrid_api_bank.client.model with parameters of type TradeBankModel Modifier and Type Method Description TradeListBankModelTradeListBankModel. addObjectsItem(TradeBankModel objectsItem)Method parameters in app.cybrid.cybrid_api_bank.client.model with type arguments of type TradeBankModel Modifier and Type Method Description TradeListBankModelTradeListBankModel. objects(List<TradeBankModel> objects)voidTradeListBankModel. setObjects(List<TradeBankModel> objects)
-