Class: Quickfix::UnderlyingStreamEffectiveDateOffsetUnit
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingStreamEffectiveDateOffsetUnit
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingStreamEffectiveDateOffsetUnit
constructor
A new instance of UnderlyingStreamEffectiveDateOffsetUnit.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingStreamEffectiveDateOffsetUnit
Returns a new instance of UnderlyingStreamEffectiveDateOffsetUnit.
28112 28113 28114 28115 28116 28117 28118 |
# File 'lib/quickfix_fields.rb', line 28112 def initialize(data = nil) if( data == nil ) super(40062) else super(40062, data) end end |