Class: Quickfix::LegReturnRateQuoteMethod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegReturnRateQuoteMethod

Returns a new instance of LegReturnRateQuoteMethod.



67775
67776
67777
67778
67779
67780
67781
# File 'lib/quickfix_fields.rb', line 67775

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