Class: Quickfix::CustOrderCapacity

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

Instance Method Summary collapse

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