Class: Quickfix::UnderlyingStreamTerminationDateOffsetPeriod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingStreamTerminationDateOffsetPeriod

Returns a new instance of UnderlyingStreamTerminationDateOffsetPeriod.



34469
34470
34471
34472
34473
34474
34475
# File 'lib/quickfix_fields.rb', line 34469

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