Class: Quickfix::ComplexEventDateOffsetUnit
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ComplexEventDateOffsetUnit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplexEventDateOffsetUnit
constructor
A new instance of ComplexEventDateOffsetUnit.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ComplexEventDateOffsetUnit
Returns a new instance of ComplexEventDateOffsetUnit.
41073 41074 41075 41076 41077 41078 41079 |
# File 'lib/quickfix_fields.rb', line 41073 def initialize(data = nil) if( data == nil ) super(41023) else super(41023, data) end end |
Class Method Details
.field ⇒ Object
41070 41071 41072 |
# File 'lib/quickfix_fields.rb', line 41070 def ComplexEventDateOffsetUnit.field return 41023 end |