Class: Quickfix::LegCashSettlDateOffsetDayType

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

Returns a new instance of LegCashSettlDateOffsetDayType.



64616
64617
64618
64619
64620
64621
64622
# File 'lib/quickfix_fields.rb', line 64616

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

Class Method Details

.fieldObject



64613
64614
64615
# File 'lib/quickfix_fields.rb', line 64613

def LegCashSettlDateOffsetDayType.field
	return 42304
end