Class: Quickfix::LegTotalIssuedAmount

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

Returns a new instance of LegTotalIssuedAmount.



42672
42673
42674
42675
42676
42677
42678
# File 'lib/quickfix_fields.rb', line 42672

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

Class Method Details

.fieldObject



42669
42670
42671
# File 'lib/quickfix_fields.rb', line 42669

def LegTotalIssuedAmount.field
  return 2162
end