Class: Quickfix::DiscretionPrice

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



11459
11460
11461
11462
11463
11464
11465
# File 'lib/quickfix_fields.rb', line 11459

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

Class Method Details

.fieldObject



11456
11457
11458
# File 'lib/quickfix_fields.rb', line 11456

def DiscretionPrice.field
  return 845
end