Class: Quickfix::OrderPercent

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ OrderPercent

Returns a new instance of OrderPercent.



4504
4505
4506
4507
4508
4509
4510
# File 'lib/quickfix_fields.rb', line 4504

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

Class Method Details

.fieldObject



4501
4502
4503
# File 'lib/quickfix_fields.rb', line 4501

def OrderPercent.field
  return 516
end