public class CopyFactoryTransaction extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
accountId
CopyFactory account id
|
Double |
amount
Trade amount, or
null |
Double |
commission
Trade commission or
null |
boolean |
demo
Demo account flag
|
String |
id
Transaction id
|
double |
improvement
High-water mark strategy balance improvement
|
Double |
lotPrice
Trade lot price, or
null |
CopyFactoryTransactionMetrics |
metrics
Trade copying metrics such as slippage and latencies, or
null. |
double |
platformCommission
Platform commission
|
Double |
profit
Trade profit
|
CopyFactorySubscriberOrProvider |
provider
Strategy provider
|
double |
providerCommission
Provider commission
|
Double |
quantity
Trade volume, or
null |
CopyFactoryStrategyIdAndName |
strategy
Strategy
|
CopyFactorySubscriberOrProvider |
subscriber
Strategy subscriber
|
Double |
swap
Trade swap
|
String |
symbol
Optional symbol traded, or
null |
Double |
tickPrice
Trade tick price, or
null |
IsoTime |
time
Transaction time
|
MetatraderDeal.DealType |
type
Transaction type
|
| Constructor and Description |
|---|
CopyFactoryTransaction() |
public String id
public MetatraderDeal.DealType type
public IsoTime time
public String accountId
public String symbol
nullpublic CopyFactorySubscriberOrProvider subscriber
public boolean demo
public CopyFactorySubscriberOrProvider provider
public CopyFactoryStrategyIdAndName strategy
public double improvement
public double providerCommission
public double platformCommission
public Double quantity
nullpublic Double lotPrice
nullpublic Double tickPrice
nullpublic Double amount
nullpublic Double commission
nullpublic Double swap
public Double profit
public CopyFactoryTransactionMetrics metrics
null. Measured selectively for copied tradesCopyright © 2020. All rights reserved.