Class: Quickfix::MktBidPx

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MktBidPx

Returns a new instance of MktBidPx.



9223
9224
9225
9226
9227
9228
9229
# File 'lib/quickfix_fields.rb', line 9223

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

Class Method Details

.fieldObject



9220
9221
9222
# File 'lib/quickfix_fields.rb', line 9220

def MktBidPx.field
  return 645
end