Class: Quickfix::UnderlyingPaymentStreamInitialFixingDateOffsetDayType

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

Returns a new instance of UnderlyingPaymentStreamInitialFixingDateOffsetDayType.



35132
35133
35134
35135
35136
35137
35138
# File 'lib/quickfix_fields.rb', line 35132

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

Class Method Details

.fieldObject



35129
35130
35131
# File 'lib/quickfix_fields.rb', line 35129

def UnderlyingPaymentStreamInitialFixingDateOffsetDayType.field
	return 40603
end