Class: Quickfix::UnderlyingTradingSessionSubID

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

Returns a new instance of UnderlyingTradingSessionSubID.



11186
11187
11188
11189
11190
11191
11192
# File 'lib/quickfix_fields.rb', line 11186

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

Class Method Details

.fieldObject



11183
11184
11185
# File 'lib/quickfix_fields.rb', line 11183

def UnderlyingTradingSessionSubID.field
	return 823
end