Class: Quickfix::LegComplexOptPayoutUnderlier
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegComplexOptPayoutUnderlier
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegComplexOptPayoutUnderlier
constructor
A new instance of LegComplexOptPayoutUnderlier.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegComplexOptPayoutUnderlier
Returns a new instance of LegComplexOptPayoutUnderlier.
47482 47483 47484 47485 47486 47487 47488 |
# File 'lib/quickfix_fields.rb', line 47482 def initialize(data = nil) if( data == nil ) super(2222) else super(2222, data) end end |
Class Method Details
.field ⇒ Object
47479 47480 47481 |
# File 'lib/quickfix_fields.rb', line 47479 def LegComplexOptPayoutUnderlier.field return 2222 end |