Class: Quickfix::LegPaymentStreamRateIndex2Source

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamRateIndex2Source

Returns a new instance of LegPaymentStreamRateIndex2Source.



78422
78423
78424
78425
78426
78427
78428
# File 'lib/quickfix_fields.rb', line 78422

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

Class Method Details

.fieldObject



78419
78420
78421
# File 'lib/quickfix_fields.rb', line 78419

def LegPaymentStreamRateIndex2Source.field
  return 43117
end