Class: Quickfix::LegPosAmt

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

Returns a new instance of LegPosAmt.



21794
21795
21796
21797
21798
21799
21800
# File 'lib/quickfix_fields.rb', line 21794

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

Class Method Details

.fieldObject



21791
21792
21793
# File 'lib/quickfix_fields.rb', line 21791

def LegPosAmt.field
  return 1587
end