Class: Quickfix::ComplexOptPayoutTime
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::ComplexOptPayoutTime
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplexOptPayoutTime
constructor
A new instance of ComplexOptPayoutTime.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ ComplexOptPayoutTime
Returns a new instance of ComplexOptPayoutTime.
41229 41230 41231 41232 41233 41234 41235 |
# File 'lib/quickfix_fields.rb', line 41229 def initialize(data = nil) if( data == nil ) super(2121) else super(2121, data) end end |
Class Method Details
.field ⇒ Object
41226 41227 41228 |
# File 'lib/quickfix_fields.rb', line 41226 def ComplexOptPayoutTime.field return 2121 end |