Class: Quickfix::LegLastQty

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

Returns a new instance of LegLastQty.



18739
18740
18741
18742
18743
18744
18745
# File 'lib/quickfix_fields.rb', line 18739

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

Class Method Details

.fieldObject



18736
18737
18738
# File 'lib/quickfix_fields.rb', line 18736

def LegLastQty.field
  return 1418
end