Class: Quickfix::ComplexEventDateRelativeTo
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::ComplexEventDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplexEventDateRelativeTo
constructor
A new instance of ComplexEventDateRelativeTo.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ ComplexEventDateRelativeTo
Returns a new instance of ComplexEventDateRelativeTo.
41047 41048 41049 41050 41051 41052 41053 |
# File 'lib/quickfix_fields.rb', line 41047 def initialize(data = nil) if( data == nil ) super(41021) else super(41021, data) end end |
Class Method Details
.field ⇒ Object
41044 41045 41046 |
# File 'lib/quickfix_fields.rb', line 41044 def ComplexEventDateRelativeTo.field return 41021 end |