Class: Quickfix::MktBidPx

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

Returns a new instance of MktBidPx.



8690
8691
8692
8693
8694
8695
8696
# File 'lib/quickfix_fields.rb', line 8690

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

Class Method Details

.fieldObject



8687
8688
8689
# File 'lib/quickfix_fields.rb', line 8687

def MktBidPx.field
  return 645
end