Class: Quickfix::LegStreamTotalNotional

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

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

Class Method Details

.fieldObject



51951
51952
51953
# File 'lib/quickfix_fields.rb', line 51951

def LegStreamTotalNotional.field
	return 41707
end