Class: Quickfix::CollateralReinvestmentCurrencyCodeSource
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::CollateralReinvestmentCurrencyCodeSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CollateralReinvestmentCurrencyCodeSource
constructor
A new instance of CollateralReinvestmentCurrencyCodeSource.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ CollateralReinvestmentCurrencyCodeSource
Returns a new instance of CollateralReinvestmentCurrencyCodeSource.
78955 78956 78957 78958 78959 78960 78961 |
# File 'lib/quickfix_fields.rb', line 78955 def initialize(data = nil) if( data == nil ) super(2931) else super(2931, data) end end |
Class Method Details
.field ⇒ Object
78952 78953 78954 |
# File 'lib/quickfix_fields.rb', line 78952 def CollateralReinvestmentCurrencyCodeSource.field return 2931 end |