Class: Quickfix::LegPaymentStreamRateIndex2ID

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

Returns a new instance of LegPaymentStreamRateIndex2ID.



78435
78436
78437
78438
78439
78440
78441
# File 'lib/quickfix_fields.rb', line 78435

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

Class Method Details

.fieldObject



78432
78433
78434
# File 'lib/quickfix_fields.rb', line 78432

def LegPaymentStreamRateIndex2ID.field
  return 43118
end