Class: Quickfix::PctAtRisk

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PctAtRisk

Returns a new instance of PctAtRisk.



9041
9042
9043
9044
9045
9046
9047
# File 'lib/quickfix_fields.rb', line 9041

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

Class Method Details

.fieldObject



9038
9039
9040
# File 'lib/quickfix_fields.rb', line 9038

def PctAtRisk.field
	return 869
end