Class: Quickfix::UnderlyingComplexOptPayoutCurrencyCodeSource
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingComplexOptPayoutCurrencyCodeSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexOptPayoutCurrencyCodeSource
constructor
A new instance of UnderlyingComplexOptPayoutCurrencyCodeSource.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexOptPayoutCurrencyCodeSource
Returns a new instance of UnderlyingComplexOptPayoutCurrencyCodeSource.
79163 79164 79165 79166 79167 79168 79169 |
# File 'lib/quickfix_fields.rb', line 79163 def initialize(data = nil) if( data == nil ) super(2947) else super(2947, data) end end |
Class Method Details
.field ⇒ Object
79160 79161 79162 |
# File 'lib/quickfix_fields.rb', line 79160 def .field return 2947 end |