Class: Quickfix::UnderlyingPaymentStreamRateSpreadType

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

Instance Method Summary collapse

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