Class: Quickfix::CollateralCurrencyCodeSource
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::CollateralCurrencyCodeSource
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CollateralCurrencyCodeSource
constructor
A new instance of CollateralCurrencyCodeSource.
Constructor Details
#initialize(data = nil) ⇒ CollateralCurrencyCodeSource
Returns a new instance of CollateralCurrencyCodeSource.
78929 78930 78931 78932 78933 78934 78935 |
# File 'lib/quickfix_fields.rb', line 78929 def initialize(data = nil) if( data == nil ) super(2929) else super(2929, data) end end |