Class: Quickfix::AdditionalTermBondCurrentTotalIssuedAmount

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

Returns a new instance of AdditionalTermBondCurrentTotalIssuedAmount.



27475
27476
27477
27478
27479
27480
27481
# File 'lib/quickfix_fields.rb', line 27475

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

Class Method Details

.fieldObject



27472
27473
27474
# File 'lib/quickfix_fields.rb', line 27472

def AdditionalTermBondCurrentTotalIssuedAmount.field
  return 40015
end