Class: Quickfix::UnderlyingPaymentStreamFixedAmount

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

Returns a new instance of UnderlyingPaymentStreamFixedAmount.



35301
35302
35303
35304
35305
35306
35307
# File 'lib/quickfix_fields.rb', line 35301

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

Class Method Details

.fieldObject



35298
35299
35300
# File 'lib/quickfix_fields.rb', line 35298

def UnderlyingPaymentStreamFixedAmount.field
	return 40616
end