Class: Quickfix::UnderlyingComplexEventDeterminationMethod
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingComplexEventDeterminationMethod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventDeterminationMethod
constructor
A new instance of UnderlyingComplexEventDeterminationMethod.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexEventDeterminationMethod
Returns a new instance of UnderlyingComplexEventDeterminationMethod.
52656 52657 52658 52659 52660 52661 52662 |
# File 'lib/quickfix_fields.rb', line 52656 def initialize(data = nil) if( data == nil ) super(2272) else super(2272, data) end end |
Class Method Details
.field ⇒ Object
52653 52654 52655 |
# File 'lib/quickfix_fields.rb', line 52653 def .field return 2272 end |