Class: Quickfix::LegStreamNotionalXIDRef

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

Instance Method Summary collapse

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