Class: Quickfix::TradingSessionDesc

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ TradingSessionDesc

Returns a new instance of TradingSessionDesc.



17166
17167
17168
17169
17170
17171
17172
# File 'lib/quickfix_fields.rb', line 17166

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

Class Method Details

.fieldObject



17163
17164
17165
# File 'lib/quickfix_fields.rb', line 17163

def TradingSessionDesc.field
	return 1326
end