Class: Quickfix::UnderlyingTradingSessionID

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingTradingSessionID

Returns a new instance of UnderlyingTradingSessionID.



11173
11174
11175
11176
11177
11178
11179
# File 'lib/quickfix_fields.rb', line 11173

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

Class Method Details

.fieldObject



11170
11171
11172
# File 'lib/quickfix_fields.rb', line 11170

def UnderlyingTradingSessionID.field
	return 822
end