Class: Quickfix::LegStreamNotionalXIDRef
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegStreamNotionalXIDRef
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegStreamNotionalXIDRef
constructor
A new instance of LegStreamNotionalXIDRef.
Constructor Details
#initialize(data = nil) ⇒ LegStreamNotionalXIDRef
51889 51890 51891 51892 51893 51894 51895 |
# File 'lib/quickfix_fields.rb', line 51889 def initialize(data = nil) if( data == nil ) super(41702) else super(41702, data) end end |