Class: Quickfix::TradingSessionID

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

Returns a new instance of TradingSessionID.



53944
53945
53946
53947
53948
53949
53950
# File 'ext/quickfix/QuickfixRuby.cpp', line 53944

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

Class Method Details

.fieldObject



4137
4138
4139
# File 'lib/quickfix_fields.rb', line 4137

def TradingSessionID.field
	return 336
end