Class: Quickfix::ComplexEventFixingTime
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ComplexEventFixingTime
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplexEventFixingTime
constructor
A new instance of ComplexEventFixingTime.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ComplexEventFixingTime
Returns a new instance of ComplexEventFixingTime.
41125 41126 41127 41128 41129 41130 41131 |
# File 'lib/quickfix_fields.rb', line 41125 def initialize(data = nil) if( data == nil ) super(41027) else super(41027, data) end end |
Class Method Details
.field ⇒ Object
41122 41123 41124 |
# File 'lib/quickfix_fields.rb', line 41122 def ComplexEventFixingTime.field return 41027 end |