Class: Quickfix::UnderlyingComplexOptPayoutTime
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingComplexOptPayoutTime
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexOptPayoutTime
constructor
A new instance of UnderlyingComplexOptPayoutTime.
Methods inherited from IntField
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 |
Class Method Details
.field ⇒ Object
52562 52563 52564 |
# File 'lib/quickfix_fields.rb', line 52562 def .field return 2265 end |