Class: Quickfix::UnderlyingComplexOptPayoutTime
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingComplexOptPayoutTime
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexOptPayoutTime
constructor
A new instance of UnderlyingComplexOptPayoutTime.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexOptPayoutTime
Returns a new instance of UnderlyingComplexOptPayoutTime.
52565 52566 52567 52568 52569 52570 52571 |
# File 'lib/quickfix_fields.rb', line 52565 def initialize(data = nil) if( data == nil ) super(2265) else super(2265, data) end end |