Class: Quickfix::LegComplexEventDateRelativeTo
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegComplexEventDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegComplexEventDateRelativeTo
constructor
A new instance of LegComplexEventDateRelativeTo.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegComplexEventDateRelativeTo
Returns a new instance of LegComplexEventDateRelativeTo.
47300 47301 47302 47303 47304 47305 47306 |
# File 'lib/quickfix_fields.rb', line 47300 def initialize(data = nil) if( data == nil ) super(41390) else super(41390, data) end end |
Class Method Details
.field ⇒ Object
47297 47298 47299 |
# File 'lib/quickfix_fields.rb', line 47297 def LegComplexEventDateRelativeTo.field return 41390 end |