Class: Quickfix::UnderlyingPaymentStreamFixingDateOffsetUnit

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamFixingDateOffsetUnit

Returns a new instance of UnderlyingPaymentStreamFixingDateOffsetUnit.



35210
35211
35212
35213
35214
35215
35216
# File 'lib/quickfix_fields.rb', line 35210

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

Class Method Details

.fieldObject



35207
35208
35209
# File 'lib/quickfix_fields.rb', line 35207

def UnderlyingPaymentStreamFixingDateOffsetUnit.field
	return 40609
end