Class: Quickfix::UnderlyingNotionalCurrencyCodeSource
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingNotionalCurrencyCodeSource
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingNotionalCurrencyCodeSource
constructor
A new instance of UnderlyingNotionalCurrencyCodeSource.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingNotionalCurrencyCodeSource
Returns a new instance of UnderlyingNotionalCurrencyCodeSource.
78825 78826 78827 78828 78829 78830 78831 |
# File 'lib/quickfix_fields.rb', line 78825 def initialize(data = nil) if( data == nil ) super(2921) else super(2921, data) end end |