Class: Quickfix::PaymentStreamRateIndexSource

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

Returns a new instance of PaymentStreamRateIndexSource.



37563
37564
37565
37566
37567
37568
37569
# File 'lib/quickfix_fields.rb', line 37563

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

Class Method Details

.fieldObject



37560
37561
37562
# File 'lib/quickfix_fields.rb', line 37560

def PaymentStreamRateIndexSource.field
  return 40790
end