Class: Quickfix::CollateralMarketPrice

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ CollateralMarketPrice

Returns a new instance of CollateralMarketPrice.



75497
75498
75499
75500
75501
75502
75503
# File 'lib/quickfix_fields.rb', line 75497

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

Class Method Details

.fieldObject



75494
75495
75496
# File 'lib/quickfix_fields.rb', line 75494

def CollateralMarketPrice.field
	return 2689
end