Class: Quickfix::LegAllocQty

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) ⇒ LegAllocQty



9275
9276
9277
9278
9279
9280
9281
# File 'lib/quickfix_fields.rb', line 9275

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

Class Method Details

.fieldObject



9272
9273
9274
# File 'lib/quickfix_fields.rb', line 9272

def LegAllocQty.field
  return 673
end