Class: Quickfix::CashSettlDateOffsetPeriod

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

Returns a new instance of CashSettlDateOffsetPeriod.



63251
63252
63253
63254
63255
63256
63257
# File 'lib/quickfix_fields.rb', line 63251

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

Class Method Details

.fieldObject



63248
63249
63250
# File 'lib/quickfix_fields.rb', line 63248

def CashSettlDateOffsetPeriod.field
	return 42210
end