Class: Quickfix::LegCashSettlDateOffsetPeriod

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

Returns a new instance of LegCashSettlDateOffsetPeriod.



64590
64591
64592
64593
64594
64595
64596
# File 'lib/quickfix_fields.rb', line 64590

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

Class Method Details

.fieldObject



64587
64588
64589
# File 'lib/quickfix_fields.rb', line 64587

def LegCashSettlDateOffsetPeriod.field
	return 42302
end