Class: Quickfix::StreamEffectiveDateRelativeTo
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::StreamEffectiveDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StreamEffectiveDateRelativeTo
constructor
A new instance of StreamEffectiveDateRelativeTo.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ StreamEffectiveDateRelativeTo
Returns a new instance of StreamEffectiveDateRelativeTo.
39123 39124 39125 39126 39127 39128 39129 |
# File 'lib/quickfix_fields.rb', line 39123 def initialize(data = nil) if( data == nil ) super(40910) else super(40910, data) end end |
Class Method Details
.field ⇒ Object
39120 39121 39122 |
# File 'lib/quickfix_fields.rb', line 39120 def StreamEffectiveDateRelativeTo.field return 40910 end |