Class: Quickfix::UnderlyingTradingSessionSubID

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

Instance Method Summary collapse

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