Class: Quickfix::UnderlyingPaymentStreamFixingDateOffsetPeriod

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

Returns a new instance of UnderlyingPaymentStreamFixingDateOffsetPeriod.



35197
35198
35199
35200
35201
35202
35203
# File 'lib/quickfix_fields.rb', line 35197

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

Class Method Details

.fieldObject



35194
35195
35196
# File 'lib/quickfix_fields.rb', line 35194

def UnderlyingPaymentStreamFixingDateOffsetPeriod.field
	return 40608
end