Class: Quickfix::NBBOPrice

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

Returns a new instance of NBBOPrice.



77473
77474
77475
77476
77477
77478
77479
# File 'lib/quickfix_fields.rb', line 77473

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

Class Method Details

.fieldObject



77470
77471
77472
# File 'lib/quickfix_fields.rb', line 77470

def NBBOPrice.field
  return 2832
end