Class: Quickfix::LegComplexOptPayoutCurrencyCodeSource
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegComplexOptPayoutCurrencyCodeSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegComplexOptPayoutCurrencyCodeSource
constructor
A new instance of LegComplexOptPayoutCurrencyCodeSource.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegComplexOptPayoutCurrencyCodeSource
Returns a new instance of LegComplexOptPayoutCurrencyCodeSource.
79124 79125 79126 79127 79128 79129 79130 |
# File 'lib/quickfix_fields.rb', line 79124 def initialize(data = nil) if( data == nil ) super(2944) else super(2944, data) end end |
Class Method Details
.field ⇒ Object
79121 79122 79123 |
# File 'lib/quickfix_fields.rb', line 79121 def LegComplexOptPayoutCurrencyCodeSource.field return 2944 end |