Class: Quickfix::PaymentStreamLinkMaximumBoundary

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PaymentStreamLinkMaximumBoundary

Returns a new instance of PaymentStreamLinkMaximumBoundary.



69439
69440
69441
69442
69443
69444
69445
# File 'lib/quickfix_fields.rb', line 69439

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