Class: Quickfix::UnderlyingStreamEffectiveDateRelativeTo
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingStreamEffectiveDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingStreamEffectiveDateRelativeTo
constructor
A new instance of UnderlyingStreamEffectiveDateRelativeTo.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingStreamEffectiveDateRelativeTo
Returns a new instance of UnderlyingStreamEffectiveDateRelativeTo.
28086 28087 28088 28089 28090 28091 28092 |
# File 'lib/quickfix_fields.rb', line 28086 def initialize(data = nil) if( data == nil ) super(40060) else super(40060, data) end end |
Class Method Details
.field ⇒ Object
28083 28084 28085 |
# File 'lib/quickfix_fields.rb', line 28083 def UnderlyingStreamEffectiveDateRelativeTo.field return 40060 end |