Class: Quickfix::ComplexOptPayoutUnderlier
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ComplexOptPayoutUnderlier
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplexOptPayoutUnderlier
constructor
A new instance of ComplexOptPayoutUnderlier.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ComplexOptPayoutUnderlier
Returns a new instance of ComplexOptPayoutUnderlier.
41203 41204 41205 41206 41207 41208 41209 |
# File 'lib/quickfix_fields.rb', line 41203 def initialize(data = nil) if( data == nil ) super(2119) else super(2119, data) end end |
Class Method Details
.field ⇒ Object
41200 41201 41202 |
# File 'lib/quickfix_fields.rb', line 41200 def ComplexOptPayoutUnderlier.field return 2119 end |