Uses of Record Class
com.wualabs.qtsurfer.engine.core.Asset
Packages that use Asset
Package
Description
-
Uses of Asset in com.wualabs.qtsurfer.engine.core
Methods in com.wualabs.qtsurfer.engine.core that return AssetModifier and TypeMethodDescriptionTrade.feeCurrency()Returns the value of thefeeCurrencyrecord component.static AssetConstructors in com.wualabs.qtsurfer.engine.core with parameters of type AssetModifierConstructorDescriptionTrade(String id, Instrument instrument, OrderSide side, BigDecimal amount, BigDecimal price, Asset feeCurrency, BigDecimal fee, long timestamp) Creates an instance of aTraderecord class. -
Uses of Asset in com.wualabs.qtsurfer.engine.core.value
Methods in com.wualabs.qtsurfer.engine.core.value that return AssetMethods in com.wualabs.qtsurfer.engine.core.value with parameters of type Asset -
Uses of Asset in com.wualabs.qtsurfer.engine.strategy
Fields in com.wualabs.qtsurfer.engine.strategy declared as AssetModifier and TypeFieldDescriptionprotected AssetAbstractStrategy.inputCurrencyprotected AssetAbstractStrategy.outputCurrencyMethods in com.wualabs.qtsurfer.engine.strategy that return AssetModifier and TypeMethodDescriptionAbstractStrategy.getInputCurrency()Strategy.getInputCurrency()AbstractStrategy.getOutputCurrency()Strategy.getOutputCurrency()Methods in com.wualabs.qtsurfer.engine.strategy that return types with arguments of type AssetModifier and TypeMethodDescriptionStrategyCurrencyFilter.getBlacklistedCurrencies()StrategyCurrencyFilter.getWhitelistedCurrencies()Methods in com.wualabs.qtsurfer.engine.strategy with parameters of type AssetModifier and TypeMethodDescriptionbooleanprotected final booleanAbstractStrategy.acceptCurrency(@NonNull Asset asset) booleanStrategyCurrencyFilter.isBlacklisted(@NonNull Asset asset) booleanStrategyCurrencyFilter.isWhitelisted(@NonNull Asset asset) -
Uses of Asset in com.wualabs.qtsurfer.engine.strategy.event.yield
Methods in com.wualabs.qtsurfer.engine.strategy.event.yield that return Asset