Class: Quickfix::LegAdditionalTermBondIssuer

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegAdditionalTermBondIssuer

Returns a new instance of LegAdditionalTermBondIssuer.



46429
46430
46431
46432
46433
46434
46435
# File 'lib/quickfix_fields.rb', line 46429

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