Class: Quickfix::LegComplexOptPayoutTime
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegComplexOptPayoutTime
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegComplexOptPayoutTime
constructor
A new instance of LegComplexOptPayoutTime.
Constructor Details
#initialize(data = nil) ⇒ LegComplexOptPayoutTime
Returns a new instance of LegComplexOptPayoutTime.
47521 47522 47523 47524 47525 47526 47527 |
# File 'lib/quickfix_fields.rb', line 47521 def initialize(data = nil) if( data == nil ) super(2225) else super(2225, data) end end |