Class: Quickfix::UnderlyingComplexEventFixingTime
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingComplexEventFixingTime
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventFixingTime
constructor
A new instance of UnderlyingComplexEventFixingTime.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexEventFixingTime
Returns a new instance of UnderlyingComplexEventFixingTime.
52461 52462 52463 52464 52465 52466 52467 |
# File 'lib/quickfix_fields.rb', line 52461 def initialize(data = nil) if( data == nil ) super(41746) else super(41746, data) end end |
Class Method Details
.field ⇒ Object
52458 52459 52460 |
# File 'lib/quickfix_fields.rb', line 52458 def .field return 41746 end |