Class: Quickfix::MktOfferPx

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

Returns a new instance of MktOfferPx.



8703
8704
8705
8706
8707
8708
8709
# File 'lib/quickfix_fields.rb', line 8703

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

Class Method Details

.fieldObject



8700
8701
8702
# File 'lib/quickfix_fields.rb', line 8700

def MktOfferPx.field
  return 646
end