Class: Quickfix::LegComplexEventDateOffsetUnit
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegComplexEventDateOffsetUnit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegComplexEventDateOffsetUnit
constructor
A new instance of LegComplexEventDateOffsetUnit.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegComplexEventDateOffsetUnit
Returns a new instance of LegComplexEventDateOffsetUnit.
47326 47327 47328 47329 47330 47331 47332 |
# File 'lib/quickfix_fields.rb', line 47326 def initialize(data = nil) if( data == nil ) super(41392) else super(41392, data) end end |
Class Method Details
.field ⇒ Object
47323 47324 47325 |
# File 'lib/quickfix_fields.rb', line 47323 def LegComplexEventDateOffsetUnit.field return 41392 end |