Class: Quickfix::UnderlyingPaymentStreamRateIndexLocation

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ 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