Class: Quickfix::LegStreamTotalNotional

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegStreamTotalNotional

Returns a new instance of LegStreamTotalNotional.



51954
51955
51956
51957
51958
51959
51960
# File 'lib/quickfix_fields.rb', line 51954

def initialize(data = nil)
	if( data == nil )
		super(41707)
	else
		super(41707, data)
	end
end