Class: Quickfix::OrigCustOrderCapacity

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ OrigCustOrderCapacity



3503
3504
3505
3506
3507
3508
3509
# File 'lib/quickfix_fields.rb', line 3503

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

Class Method Details

.fieldObject



3500
3501
3502
# File 'lib/quickfix_fields.rb', line 3500

def OrigCustOrderCapacity.field
  return 1432
end