Class: Quickfix::LegComplexOptPayoutCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegComplexOptPayoutCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegComplexOptPayoutCurrency
constructor
A new instance of LegComplexOptPayoutCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegComplexOptPayoutCurrency
47534 47535 47536 47537 47538 47539 47540 |
# File 'lib/quickfix_fields.rb', line 47534 def initialize(data = nil) if( data == nil ) super(2226) else super(2226, data) end end |
Class Method Details
.field ⇒ Object
47531 47532 47533 |
# File 'lib/quickfix_fields.rb', line 47531 def LegComplexOptPayoutCurrency.field return 2226 end |