public final class CoreConfig
extends java.lang.Object
Constructor and Description |
---|
CoreConfig(Duration barSize,
HistoricalDataType historicalDataType,
boolean downloadHistoricalDataOnStartup,
int historicalDataInitialDownloadSpan,
int transactionDisplayCount,
int intervalDays,
java.lang.String defaultOrderPreference,
boolean positionCheckDisabled,
boolean withdrawEnabled,
boolean fxFutureHedgeEnabled,
int fxFutureHedgeMinTimeToExpiration,
int fxHedgeMinAmount,
int fxHedgeBatchSize,
java.lang.String fxHedgeOrderPreference,
java.lang.String fxHedgeDefaultFeedType,
int deltaHedgeMinTimeToExpiration,
java.lang.String deltaHedgeOrderPreference,
java.lang.String deltaHedgeDefaultAdapterType,
int subscriptionGiveUpDelay) |
Modifier and Type | Method and Description |
---|---|
Duration |
getBarSize() |
java.lang.String |
getDefaultOrderPreference() |
java.lang.String |
getDeltaHedgeDefaultAdapterType() |
int |
getDeltaHedgeMinTimeToExpiration() |
java.lang.String |
getDeltaHedgeOrderPreference() |
int |
getFxFutureHedgeMinTimeToExpiration() |
int |
getFxHedgeBatchSize() |
java.lang.String |
getFxHedgeDefaultFeedType() |
int |
getFxHedgeMinAmount() |
java.lang.String |
getFxHedgeOrderPreference() |
int |
getHistoricalDataInitialDownloadSpan() |
HistoricalDataType |
getHistoricalDataType() |
int |
getIntervalDays() |
int |
getSubscriptionGiveUpDelay() |
int |
getTransactionDisplayCount() |
boolean |
isDownloadHistoricalDataOnStartup() |
boolean |
isFxFutureHedgeEnabled() |
boolean |
isPositionCheckDisabled() |
boolean |
isWithdrawEnabled() |
java.lang.String |
toString() |
public CoreConfig(Duration barSize, HistoricalDataType historicalDataType, boolean downloadHistoricalDataOnStartup, int historicalDataInitialDownloadSpan, int transactionDisplayCount, int intervalDays, java.lang.String defaultOrderPreference, boolean positionCheckDisabled, boolean withdrawEnabled, boolean fxFutureHedgeEnabled, int fxFutureHedgeMinTimeToExpiration, int fxHedgeMinAmount, int fxHedgeBatchSize, java.lang.String fxHedgeOrderPreference, java.lang.String fxHedgeDefaultFeedType, int deltaHedgeMinTimeToExpiration, java.lang.String deltaHedgeOrderPreference, java.lang.String deltaHedgeDefaultAdapterType, int subscriptionGiveUpDelay)
public Duration getBarSize()
public HistoricalDataType getHistoricalDataType()
public boolean isDownloadHistoricalDataOnStartup()
public int getHistoricalDataInitialDownloadSpan()
public int getTransactionDisplayCount()
public int getIntervalDays()
public java.lang.String getDefaultOrderPreference()
public boolean isPositionCheckDisabled()
public boolean isWithdrawEnabled()
public boolean isFxFutureHedgeEnabled()
public int getFxFutureHedgeMinTimeToExpiration()
public int getFxHedgeMinAmount()
public int getFxHedgeBatchSize()
public java.lang.String getFxHedgeOrderPreference()
public java.lang.String getFxHedgeDefaultFeedType()
public int getDeltaHedgeMinTimeToExpiration()
public java.lang.String getDeltaHedgeOrderPreference()
public java.lang.String getDeltaHedgeDefaultAdapterType()
public int getSubscriptionGiveUpDelay()
public java.lang.String toString()
toString
in class java.lang.Object