Class: Quickfix::ComplexEventDateAdjusted
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ComplexEventDateAdjusted
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplexEventDateAdjusted
constructor
A new instance of ComplexEventDateAdjusted.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ComplexEventDateAdjusted
Returns a new instance of ComplexEventDateAdjusted.
41112 41113 41114 41115 41116 41117 41118 |
# File 'lib/quickfix_fields.rb', line 41112 def initialize(data = nil) if( data == nil ) super(41026) else super(41026, data) end end |
Class Method Details
.field ⇒ Object
41109 41110 41111 |
# File 'lib/quickfix_fields.rb', line 41109 def ComplexEventDateAdjusted.field return 41026 end |