Class: Quickfix::LegPaymentStreamRateIndexIDSource

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamRateIndexIDSource

Returns a new instance of LegPaymentStreamRateIndexIDSource.



76186
76187
76188
76189
76190
76191
76192
# File 'lib/quickfix_fields.rb', line 76186

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