Class: Quickfix::UnderlyingPaymentStreamRateIndexLocation

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

Returns a new instance of UnderlyingPaymentStreamRateIndexLocation.



55152
55153
55154
55155
55156
55157
55158
# File 'lib/quickfix_fields.rb', line 55152

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

Class Method Details

.fieldObject



55149
55150
55151
# File 'lib/quickfix_fields.rb', line 55149

def UnderlyingPaymentStreamRateIndexLocation.field
  return 41913
end