Class: Quickfix::TradingSessionDesc

Inherits:
((swig_class *) SWIGTYPE_p_FIX__StringField->clientdata)->klass
  • Object
show all
Defined in:
lib/quickfix_fields.rb,
ext/quickfix/QuickfixRuby.cpp

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*args, self) ⇒ TradingSessionDesc

Returns a new instance of TradingSessionDesc.



155648
155649
155650
155651
155652
155653
155654
# File 'ext/quickfix/QuickfixRuby.cpp', line 155648

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

Class Method Details

.fieldObject



17423
17424
17425
# File 'lib/quickfix_fields.rb', line 17423

def TradingSessionDesc.field
	return 1326
end