Class: Quickfix::ComplexOptPayoutCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ComplexOptPayoutCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplexOptPayoutCurrency
constructor
A new instance of ComplexOptPayoutCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ComplexOptPayoutCurrency
Returns a new instance of ComplexOptPayoutCurrency.
41242 41243 41244 41245 41246 41247 41248 |
# File 'lib/quickfix_fields.rb', line 41242 def initialize(data = nil) if( data == nil ) super(2122) else super(2122, data) end end |
Class Method Details
.field ⇒ Object
41239 41240 41241 |
# File 'lib/quickfix_fields.rb', line 41239 def ComplexOptPayoutCurrency.field return 2122 end |