Class: Quickfix::UnderlyingPaymentStreamRateIndex2IDSource

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

Returns a new instance of UnderlyingPaymentStreamRateIndex2IDSource.



78500
78501
78502
78503
78504
78505
78506
# File 'lib/quickfix_fields.rb', line 78500

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

Class Method Details

.fieldObject



78497
78498
78499
# File 'lib/quickfix_fields.rb', line 78497

def UnderlyingPaymentStreamRateIndex2IDSource.field
  return 43123
end