Class: Quickfix::UnderlyingPaymentStreamRateIndex2ID

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamRateIndex2ID

Returns a new instance of 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

Class Method Details

.fieldObject



78484
78485
78486
# File 'lib/quickfix_fields.rb', line 78484

def UnderlyingPaymentStreamRateIndex2ID.field
  return 43122
end