public class CopyFactoryStrategyTradeSizeScaling extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
mode
If set to balance, the trade size on strategy subscriber will be scaled according to
balance to preserve risk.
|
Double |
riskFraction
Fixed risk fraction for use with fixedRisk trade size scaling mode, or
null |
Double |
tradeVolume
Fixed trade volume for use with fixedVolume trade size scaling mode, or
null |
| Constructor and Description |
|---|
CopyFactoryStrategyTradeSizeScaling() |
public String mode
public Double tradeVolume
nullpublic Double riskFraction
nullCopyright © 2023. All rights reserved.