Class: Quickfix::ReturnRateQuoteTime

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ReturnRateQuoteTime

Returns a new instance of ReturnRateQuoteTime.



70414
70415
70416
70417
70418
70419
70420
# File 'lib/quickfix_fields.rb', line 70414

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