Class: Quickfix::PaymentStreamLinkInitialLevel

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PaymentStreamLinkInitialLevel

Returns a new instance of PaymentStreamLinkInitialLevel.



69361
69362
69363
69364
69365
69366
69367
# File 'lib/quickfix_fields.rb', line 69361

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