Class: Quickfix::SideCollateralReinvestmentCurrencyCodeSource
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::SideCollateralReinvestmentCurrencyCodeSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SideCollateralReinvestmentCurrencyCodeSource
constructor
A new instance of SideCollateralReinvestmentCurrencyCodeSource.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ SideCollateralReinvestmentCurrencyCodeSource
Returns a new instance of SideCollateralReinvestmentCurrencyCodeSource.
78968 78969 78970 78971 78972 78973 78974 |
# File 'lib/quickfix_fields.rb', line 78968 def initialize(data = nil) if( data == nil ) super(2932) else super(2932, data) end end |
Class Method Details
.field ⇒ Object
78965 78966 78967 |
# File 'lib/quickfix_fields.rb', line 78965 def SideCollateralReinvestmentCurrencyCodeSource.field return 2932 end |