Class: Quickfix::DealingCapacity

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from CharField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ DealingCapacity

Returns a new instance of DealingCapacity.



14059
14060
14061
14062
14063
14064
14065
# File 'lib/quickfix_fields.rb', line 14059

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

Class Method Details

.fieldObject



14056
14057
14058
# File 'lib/quickfix_fields.rb', line 14056

def DealingCapacity.field
  return 1048
end