Class: Quickfix::LegPosAmtReason

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

Returns a new instance of LegPosAmtReason.



21833
21834
21835
21836
21837
21838
21839
# File 'lib/quickfix_fields.rb', line 21833

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

Class Method Details

.fieldObject



21830
21831
21832
# File 'lib/quickfix_fields.rb', line 21830

def LegPosAmtReason.field
  return 1590
end