Class: Quickfix::LegQtyType

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegQtyType

Returns a new instance of LegQtyType.



21846
21847
21848
21849
21850
21851
21852
# File 'lib/quickfix_fields.rb', line 21846

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

Class Method Details

.fieldObject



21843
21844
21845
# File 'lib/quickfix_fields.rb', line 21843

def LegQtyType.field
  return 1591
end