Class: Quickfix::SideCollateralReinvestmentCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::SideCollateralReinvestmentCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SideCollateralReinvestmentCurrency
constructor
A new instance of SideCollateralReinvestmentCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ SideCollateralReinvestmentCurrency
Returns a new instance of SideCollateralReinvestmentCurrency.
77915 77916 77917 77918 77919 77920 77921 |
# File 'lib/quickfix_fields.rb', line 77915 def initialize(data = nil) if( data == nil ) super(2866) else super(2866, data) end end |
Class Method Details
.field ⇒ Object
77912 77913 77914 |
# File 'lib/quickfix_fields.rb', line 77912 def SideCollateralReinvestmentCurrency.field return 2866 end |