Class: Quickfix::ComplexOptPayoutCurrencyCodeSource
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ComplexOptPayoutCurrencyCodeSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplexOptPayoutCurrencyCodeSource
constructor
A new instance of ComplexOptPayoutCurrencyCodeSource.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ComplexOptPayoutCurrencyCodeSource
79085 79086 79087 79088 79089 79090 79091 |
# File 'lib/quickfix_fields.rb', line 79085 def initialize(data = nil) if( data == nil ) super(2941) else super(2941, data) end end |
Class Method Details
.field ⇒ Object
79082 79083 79084 |
# File 'lib/quickfix_fields.rb', line 79082 def ComplexOptPayoutCurrencyCodeSource.field return 2941 end |