Class: Quickfix::UnderlyingComplexEventDateOffsetPeriod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingComplexEventDateOffsetPeriod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventDateOffsetPeriod
constructor
A new instance of UnderlyingComplexEventDateOffsetPeriod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexEventDateOffsetPeriod
Returns a new instance of UnderlyingComplexEventDateOffsetPeriod.
52396 52397 52398 52399 52400 52401 52402 |
# File 'lib/quickfix_fields.rb', line 52396 def initialize(data = nil) if( data == nil ) super(41741) else super(41741, data) end end |
Class Method Details
.field ⇒ Object
52393 52394 52395 |
# File 'lib/quickfix_fields.rb', line 52393 def .field return 41741 end |