Class: Quickfix::UnderlyingPaymentStreamLinkMinimumBoundary

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) ⇒ UnderlyingPaymentStreamLinkMinimumBoundary

Returns a new instance of UnderlyingPaymentStreamLinkMinimumBoundary.



73560
73561
73562
73563
73564
73565
73566
# File 'lib/quickfix_fields.rb', line 73560

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

Class Method Details

.fieldObject



73557
73558
73559
# File 'lib/quickfix_fields.rb', line 73557

def UnderlyingPaymentStreamLinkMinimumBoundary.field
	return 42971
end