Class: Quickfix::UnderlyingPaymentStreamRateIndex2ID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamRateIndex2ID



78487
78488
78489
78490
78491
78492
78493
# File 'lib/quickfix_fields.rb', line 78487

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