Class: Quickfix::UnderlyingPaymentStreamFutureValueNotional

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamFutureValueNotional

Returns a new instance of UnderlyingPaymentStreamFutureValueNotional.



35327
35328
35329
35330
35331
35332
35333
# File 'lib/quickfix_fields.rb', line 35327

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

Class Method Details

.fieldObject



35324
35325
35326
# File 'lib/quickfix_fields.rb', line 35324

def UnderlyingPaymentStreamFutureValueNotional.field
	return 40618
end