Class: Quickfix::ReportingQty

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

Returns a new instance of ReportingQty.



76420
76421
76422
76423
76424
76425
76426
# File 'lib/quickfix_fields.rb', line 76420

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

Class Method Details

.fieldObject



76417
76418
76419
# File 'lib/quickfix_fields.rb', line 76417

def ReportingQty.field
  return 2751
end