Class: Quickfix::LegStreamEffectiveDateRelativeTo
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegStreamEffectiveDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegStreamEffectiveDateRelativeTo
constructor
A new instance of LegStreamEffectiveDateRelativeTo.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegStreamEffectiveDateRelativeTo
Returns a new instance of LegStreamEffectiveDateRelativeTo.
30569 30570 30571 30572 30573 30574 30575 |
# File 'lib/quickfix_fields.rb', line 30569 def initialize(data = nil) if( data == nil ) super(40252) else super(40252, data) end end |
Class Method Details
.field ⇒ Object
30566 30567 30568 |
# File 'lib/quickfix_fields.rb', line 30566 def LegStreamEffectiveDateRelativeTo.field return 40252 end |