Class: Quickfix::PositionContingentPrice

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PositionContingentPrice

Returns a new instance of PositionContingentPrice.



21898
21899
21900
21901
21902
21903
21904
# File 'lib/quickfix_fields.rb', line 21898

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