Class: Quickfix::UnderlyingCashSettlPriceSource

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

Returns a new instance of UnderlyingCashSettlPriceSource.



71038
71039
71040
71041
71042
71043
71044
# File 'lib/quickfix_fields.rb', line 71038

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

Class Method Details

.fieldObject



71035
71036
71037
# File 'lib/quickfix_fields.rb', line 71035

def UnderlyingCashSettlPriceSource.field
	return 42797
end