Class: Quickfix::UnderlyingPaymentStreamRateSpreadType

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

Returns a new instance of UnderlyingPaymentStreamRateSpreadType.



55282
55283
55284
55285
55286
55287
55288
# File 'lib/quickfix_fields.rb', line 55282

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

Class Method Details

.fieldObject



55279
55280
55281
# File 'lib/quickfix_fields.rb', line 55279

def UnderlyingPaymentStreamRateSpreadType.field
  return 41923
end