Class: Quickfix::UnderlyingStreamTerminationDateOffsetDayType

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

Returns a new instance of UnderlyingStreamTerminationDateOffsetDayType.



34495
34496
34497
34498
34499
34500
34501
# File 'lib/quickfix_fields.rb', line 34495

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

Class Method Details

.fieldObject



34492
34493
34494
# File 'lib/quickfix_fields.rb', line 34492

def UnderlyingStreamTerminationDateOffsetDayType.field
	return 40554
end