Class: Quickfix::LegPaymentStreamLinkInitialLevel

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamLinkInitialLevel

Returns a new instance of LegPaymentStreamLinkInitialLevel.



66787
66788
66789
66790
66791
66792
66793
# File 'lib/quickfix_fields.rb', line 66787

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