Class: Quickfix::UnderlyingComplexEventDateRelativeTo
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingComplexEventDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventDateRelativeTo
constructor
A new instance of UnderlyingComplexEventDateRelativeTo.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexEventDateRelativeTo
Returns a new instance of UnderlyingComplexEventDateRelativeTo.
52383 52384 52385 52386 52387 52388 52389 |
# File 'lib/quickfix_fields.rb', line 52383 def initialize(data = nil) if( data == nil ) super(41740) else super(41740, data) end end |
Class Method Details
.field ⇒ Object
52380 52381 52382 |
# File 'lib/quickfix_fields.rb', line 52380 def .field return 41740 end |