Class: Quickfix::DealingCapacity

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DealingCapacity

Returns a new instance of DealingCapacity.



4062
4063
4064
4065
4066
4067
4068
# File 'lib/quickfix_fields.rb', line 4062

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

Class Method Details

.fieldObject



4059
4060
4061
# File 'lib/quickfix_fields.rb', line 4059

def DealingCapacity.field
  return 1048
end