Class: Quickfix::LegPaymentStubStartDateOffsetUnit

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

Returns a new instance of LegPaymentStubStartDateOffsetUnit.



67216
67217
67218
67219
67220
67221
67222
# File 'lib/quickfix_fields.rb', line 67216

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

Class Method Details

.fieldObject



67213
67214
67215
# File 'lib/quickfix_fields.rb', line 67213

def LegPaymentStubStartDateOffsetUnit.field
	return 42501
end