Class: Quickfix::MDEntryPx

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

Returns a new instance of MDEntryPx.



3399
3400
3401
3402
3403
3404
3405
# File 'lib/quickfix_fields.rb', line 3399

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

Class Method Details

.fieldObject



3396
3397
3398
# File 'lib/quickfix_fields.rb', line 3396

def MDEntryPx.field
  return 270
end