Class: Quickfix::AllocCustomerCapacity

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ AllocCustomerCapacity

Returns a new instance of AllocCustomerCapacity.



13383
13384
13385
13386
13387
13388
13389
# File 'lib/quickfix_fields.rb', line 13383

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

Class Method Details

.fieldObject



13380
13381
13382
# File 'lib/quickfix_fields.rb', line 13380

def AllocCustomerCapacity.field
  return 993
end