Class: Quickfix::NoPriceRangeRules

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ NoPriceRangeRules



62159
62160
62161
62162
62163
62164
62165
# File 'lib/quickfix_fields.rb', line 62159

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

Class Method Details

.fieldObject



62156
62157
62158
# File 'lib/quickfix_fields.rb', line 62156

def NoPriceRangeRules.field
  return 2550
end