Class: Quickfix::LegAdditionalTermBondCurrentTotalIssuedAmount

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

Returns a new instance of LegAdditionalTermBondCurrentTotalIssuedAmount.



46533
46534
46535
46536
46537
46538
46539
# File 'lib/quickfix_fields.rb', line 46533

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

Class Method Details

.fieldObject



46530
46531
46532
# File 'lib/quickfix_fields.rb', line 46530

def LegAdditionalTermBondCurrentTotalIssuedAmount.field
  return 41331
end