Class CopyFactoryStrategyTimeSettings
- java.lang.Object
-
- cloud.metaapi.sdk.clients.copy_factory.models.CopyFactoryStrategyTimeSettings
-
public class CopyFactoryStrategyTimeSettings extends Object
CopyFactory strategy time settings
-
-
Field Summary
Fields Modifier and Type Field Description IntegerlifetimeInHoursOptional position lifetime, ornull.IntegeropeningIntervalInMinutesOptional time interval to copy new positions, ornull.
-
Constructor Summary
Constructors Constructor Description CopyFactoryStrategyTimeSettings()
-
-
-
Field Detail
-
lifetimeInHours
public Integer lifetimeInHours
Optional position lifetime, ornull. Default is to keep positions open up to 90 days
-
openingIntervalInMinutes
public Integer openingIntervalInMinutes
Optional time interval to copy new positions, ornull. Default is to let 1 minute for the position to get copied. If position were not copied during this time, the copying will not be retried anymore.
-
-