Class: Quickfix::ClearingSettlPrice

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

Returns a new instance of ClearingSettlPrice.



61951
61952
61953
61954
61955
61956
61957
# File 'lib/quickfix_fields.rb', line 61951

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

Class Method Details

.fieldObject



61948
61949
61950
# File 'lib/quickfix_fields.rb', line 61948

def ClearingSettlPrice.field
	return 2528
end