Class: Quickfix::UnderlyingNotionalCurrency
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingNotionalCurrency
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingNotionalCurrency
constructor
A new instance of UnderlyingNotionalCurrency.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingNotionalCurrency
Returns a new instance of UnderlyingNotionalCurrency.
72260 72261 72262 72263 72264 72265 72266 |
# File 'lib/quickfix_fields.rb', line 72260 def initialize(data = nil) if( data == nil ) super(2615) else super(2615, data) end end |