Class: Quickfix::UnderlyingStreamEffectiveDateRelativeTo

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

Returns a new instance of UnderlyingStreamEffectiveDateRelativeTo.



28086
28087
28088
28089
28090
28091
28092
# File 'lib/quickfix_fields.rb', line 28086

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

Class Method Details

.fieldObject



28083
28084
28085
# File 'lib/quickfix_fields.rb', line 28083

def UnderlyingStreamEffectiveDateRelativeTo.field
	return 40060
end