Class: Quickfix::PositionContingentPrice

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

Class Method Details

.fieldObject



21895
21896
21897
# File 'lib/quickfix_fields.rb', line 21895

def PositionContingentPrice.field
  return 1595
end