Class: Quickfix::NoLegPosAmt

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

Returns a new instance of NoLegPosAmt.



21781
21782
21783
21784
21785
21786
21787
# File 'lib/quickfix_fields.rb', line 21781

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

Class Method Details

.fieldObject



21778
21779
21780
# File 'lib/quickfix_fields.rb', line 21778

def NoLegPosAmt.field
  return 1586
end