Class: Quickfix::PaymentStreamRateSpreadType

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

Returns a new instance of PaymentStreamRateSpreadType.



44921
44922
44923
44924
44925
44926
44927
# File 'lib/quickfix_fields.rb', line 44921

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

Class Method Details

.fieldObject



44918
44919
44920
# File 'lib/quickfix_fields.rb', line 44918

def PaymentStreamRateSpreadType.field
  return 41206
end