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