Class: Quickfix::UnderlyingComplexOptPayoutUnderlier
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingComplexOptPayoutUnderlier
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexOptPayoutUnderlier
constructor
A new instance of UnderlyingComplexOptPayoutUnderlier.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexOptPayoutUnderlier
Returns a new instance of UnderlyingComplexOptPayoutUnderlier.
52539 52540 52541 52542 52543 52544 52545 |
# File 'lib/quickfix_fields.rb', line 52539 def initialize(data = nil) if( data == nil ) super(2263) else super(2263, data) end end |
Class Method Details
.field ⇒ Object
52536 52537 52538 |
# File 'lib/quickfix_fields.rb', line 52536 def UnderlyingComplexOptPayoutUnderlier.field return 2263 end |