Class: Quickfix::LegPaymentStubStartDateOffsetPeriod

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

Returns a new instance of LegPaymentStubStartDateOffsetPeriod.



67203
67204
67205
67206
67207
67208
67209
# File 'lib/quickfix_fields.rb', line 67203

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

Class Method Details

.fieldObject



67200
67201
67202
# File 'lib/quickfix_fields.rb', line 67200

def LegPaymentStubStartDateOffsetPeriod.field
	return 42500
end