Class: Quickfix::ComplexEventDateOffsetPeriod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::ComplexEventDateOffsetPeriod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplexEventDateOffsetPeriod
constructor
A new instance of ComplexEventDateOffsetPeriod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ ComplexEventDateOffsetPeriod
Returns a new instance of ComplexEventDateOffsetPeriod.
41060 41061 41062 41063 41064 41065 41066 |
# File 'lib/quickfix_fields.rb', line 41060 def initialize(data = nil) if( data == nil ) super(41022) else super(41022, data) end end |
Class Method Details
.field ⇒ Object
41057 41058 41059 |
# File 'lib/quickfix_fields.rb', line 41057 def ComplexEventDateOffsetPeriod.field return 41022 end |