Class: Quickfix::UnderlyingPaymentStreamFixingDateRelativeTo

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

Returns a new instance of UnderlyingPaymentStreamFixingDateRelativeTo.



35158
35159
35160
35161
35162
35163
35164
# File 'lib/quickfix_fields.rb', line 35158

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

Class Method Details

.fieldObject



35155
35156
35157
# File 'lib/quickfix_fields.rb', line 35155

def UnderlyingPaymentStreamFixingDateRelativeTo.field
	return 40605
end