Class: Quickfix::LegAdditionalTermBondCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegAdditionalTermBondCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegAdditionalTermBondCurrency
constructor
A new instance of LegAdditionalTermBondCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegAdditionalTermBondCurrency
Returns a new instance of LegAdditionalTermBondCurrency.
46416 46417 46418 46419 46420 46421 46422 |
# File 'lib/quickfix_fields.rb', line 46416 def initialize(data = nil) if( data == nil ) super(41322) else super(41322, data) end end |
Class Method Details
.field ⇒ Object
46413 46414 46415 |
# File 'lib/quickfix_fields.rb', line 46413 def LegAdditionalTermBondCurrency.field return 41322 end |