Class: Quickfix::LegComplexEventFixingTime
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegComplexEventFixingTime
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegComplexEventFixingTime
constructor
A new instance of LegComplexEventFixingTime.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegComplexEventFixingTime
Returns a new instance of LegComplexEventFixingTime.
47378 47379 47380 47381 47382 47383 47384 |
# File 'lib/quickfix_fields.rb', line 47378 def initialize(data = nil) if( data == nil ) super(41396) else super(41396, data) end end |
Class Method Details
.field ⇒ Object
47375 47376 47377 |
# File 'lib/quickfix_fields.rb', line 47375 def LegComplexEventFixingTime.field return 41396 end |