Class: Quickfix::StreamNotionalXIDRef
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::StreamNotionalXIDRef
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StreamNotionalXIDRef
constructor
A new instance of StreamNotionalXIDRef.
Constructor Details
#initialize(data = nil) ⇒ StreamNotionalXIDRef
Returns a new instance of StreamNotionalXIDRef.
46182 46183 46184 46185 46186 46187 46188 |
# File 'lib/quickfix_fields.rb', line 46182 def initialize(data = nil) if( data == nil ) super(41305) else super(41305, data) end end |