Class: Quickfix::UnderlyingStreamEffectiveDateOffsetDayType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingStreamEffectiveDateOffsetDayType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingStreamEffectiveDateOffsetDayType
constructor
A new instance of UnderlyingStreamEffectiveDateOffsetDayType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingStreamEffectiveDateOffsetDayType
Returns a new instance of UnderlyingStreamEffectiveDateOffsetDayType.
28125 28126 28127 28128 28129 28130 28131 |
# File 'lib/quickfix_fields.rb', line 28125 def initialize(data = nil) if( data == nil ) super(40063) else super(40063, data) end end |
Class Method Details
.field ⇒ Object
28122 28123 28124 |
# File 'lib/quickfix_fields.rb', line 28122 def .field return 40063 end |