Class: Quickfix::LegReturnRateQuoteTime

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegReturnRateQuoteTime

Returns a new instance of LegReturnRateQuoteTime.



67827
67828
67829
67830
67831
67832
67833
# File 'lib/quickfix_fields.rb', line 67827

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

Class Method Details

.fieldObject



67824
67825
67826
# File 'lib/quickfix_fields.rb', line 67824

def LegReturnRateQuoteTime.field
	return 42548
end