Class: Quickfix::LegDividendAmountType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegDividendAmountType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegDividendAmountType
constructor
A new instance of LegDividendAmountType.
Constructor Details
#initialize(data = nil) ⇒ LegDividendAmountType
65110 65111 65112 65113 65114 65115 65116 |
# File 'lib/quickfix_fields.rb', line 65110 def initialize(data = nil) if( data == nil ) super(42339) else super(42339, data) end end |