Class: Quickfix::StreamNotionalXIDRef

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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