Class: Quickfix::UnderlyingReturnRateQuoteBusinessCenter

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

Returns a new instance of UnderlyingReturnRateQuoteBusinessCenter.



74600
74601
74602
74603
74604
74605
74606
# File 'lib/quickfix_fields.rb', line 74600

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

Class Method Details

.fieldObject



74597
74598
74599
# File 'lib/quickfix_fields.rb', line 74597

def UnderlyingReturnRateQuoteBusinessCenter.field
	return 43051
end