Class: Quickfix::LegStreamTerminationDateOffsetDayType

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegStreamTerminationDateOffsetDayType

Returns a new instance of LegStreamTerminationDateOffsetDayType.



30712
30713
30714
30715
30716
30717
30718
# File 'lib/quickfix_fields.rb', line 30712

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