Class: Quickfix::UnderlyingReturnRateCommissionCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingReturnRateCommissionCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingReturnRateCommissionCurrency
constructor
A new instance of UnderlyingReturnRateCommissionCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingReturnRateCommissionCurrency
Returns a new instance of UnderlyingReturnRateCommissionCurrency.
74431 74432 74433 74434 74435 74436 74437 |
# File 'lib/quickfix_fields.rb', line 74431 def initialize(data = nil) if( data == nil ) super(43038) else super(43038, data) end end |
Class Method Details
.field ⇒ Object
74428 74429 74430 |
# File 'lib/quickfix_fields.rb', line 74428 def .field return 43038 end |