Class: Quickfix::UnderlyingComplexOptPayoutCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingComplexOptPayoutCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexOptPayoutCurrency
constructor
A new instance of UnderlyingComplexOptPayoutCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexOptPayoutCurrency
Returns a new instance of UnderlyingComplexOptPayoutCurrency.
52578 52579 52580 52581 52582 52583 52584 |
# File 'lib/quickfix_fields.rb', line 52578 def initialize(data = nil) if( data == nil ) super(2266) else super(2266, data) end end |
Class Method Details
.field ⇒ Object
52575 52576 52577 |
# File 'lib/quickfix_fields.rb', line 52575 def .field return 2266 end |