Class: Quickfix::UnderlyingNotionalXIDRef
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingNotionalXIDRef
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingNotionalXIDRef
constructor
A new instance of UnderlyingNotionalXIDRef.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingNotionalXIDRef
Returns a new instance of UnderlyingNotionalXIDRef.
72299 72300 72301 72302 72303 72304 72305 |
# File 'lib/quickfix_fields.rb', line 72299 def initialize(data = nil) if( data == nil ) super(2619) else super(2619, data) end end |