Class: Quickfix::LegComplexEventDateAdjusted
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegComplexEventDateAdjusted
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegComplexEventDateAdjusted
constructor
A new instance of LegComplexEventDateAdjusted.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegComplexEventDateAdjusted
Returns a new instance of LegComplexEventDateAdjusted.
47365 47366 47367 47368 47369 47370 47371 |
# File 'lib/quickfix_fields.rb', line 47365 def initialize(data = nil) if( data == nil ) super(41395) else super(41395, data) end end |
Class Method Details
.field ⇒ Object
47362 47363 47364 |
# File 'lib/quickfix_fields.rb', line 47362 def LegComplexEventDateAdjusted.field return 41395 end |