Class: Quickfix::CollateralReinvestmentCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::CollateralReinvestmentCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CollateralReinvestmentCurrency
constructor
A new instance of CollateralReinvestmentCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ CollateralReinvestmentCurrency
Returns a new instance of CollateralReinvestmentCurrency.
77616 77617 77618 77619 77620 77621 77622 |
# File 'lib/quickfix_fields.rb', line 77616 def initialize(data = nil) if( data == nil ) super(2843) else super(2843, data) end end |
Class Method Details
.field ⇒ Object
77613 77614 77615 |
# File 'lib/quickfix_fields.rb', line 77613 def CollateralReinvestmentCurrency.field return 2843 end |