Class: Quickfix::LegReturnRatePriceSequence

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegReturnRatePriceSequence

Returns a new instance of LegReturnRatePriceSequence.



67658
67659
67660
67661
67662
67663
67664
# File 'lib/quickfix_fields.rb', line 67658

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