Class: Quickfix::AllocGroupRemainingQuantity

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ AllocGroupRemainingQuantity



22561
22562
22563
22564
22565
22566
22567
# File 'lib/quickfix_fields.rb', line 22561

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

Class Method Details

.fieldObject



22558
22559
22560
# File 'lib/quickfix_fields.rb', line 22558

def AllocGroupRemainingQuantity.field
  return 1737
end