Package com.longbridge.dca
Class DcaSupportInfo
- java.lang.Object
-
- com.longbridge.dca.DcaSupportInfo
-
public class DcaSupportInfo extends Object
DCA support info for one security.
-
-
Field Summary
Fields Modifier and Type Field Description booleansupportRegularSavingWhether DCA is supported for this security.StringsymbolSecurity symbol.
-
Constructor Summary
Constructors Constructor Description DcaSupportInfo()
-
-
-
Field Detail
-
symbol
public String symbol
Security symbol.
-
supportRegularSaving
public boolean supportRegularSaving
Whether DCA is supported for this security.
-
-