Class: Quickfix::UnderlyingComplexEventDateOffsetUnit
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingComplexEventDateOffsetUnit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventDateOffsetUnit
constructor
A new instance of UnderlyingComplexEventDateOffsetUnit.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexEventDateOffsetUnit
Returns a new instance of UnderlyingComplexEventDateOffsetUnit.
52409 52410 52411 52412 52413 52414 52415 |
# File 'lib/quickfix_fields.rb', line 52409 def initialize(data = nil) if( data == nil ) super(41742) else super(41742, data) end end |
Class Method Details
.field ⇒ Object
52406 52407 52408 |
# File 'lib/quickfix_fields.rb', line 52406 def .field return 41742 end |