Class: Quickfix::CustOrderCapacity

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

Returns a new instance of CustOrderCapacity.



7923
7924
7925
7926
7927
7928
7929
# File 'lib/quickfix_fields.rb', line 7923

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

Class Method Details

.fieldObject



7920
7921
7922
# File 'lib/quickfix_fields.rb', line 7920

def CustOrderCapacity.field
  return 582
end