Class: Quickfix::LegProvisionCashSettlValueDateOffsetDayType

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

Returns a new instance of LegProvisionCashSettlValueDateOffsetDayType.



34196
34197
34198
34199
34200
34201
34202
# File 'lib/quickfix_fields.rb', line 34196

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

Class Method Details

.fieldObject



34193
34194
34195
# File 'lib/quickfix_fields.rb', line 34193

def LegProvisionCashSettlValueDateOffsetDayType.field
	return 40531
end