Class: Quickfix::TradSesEvent

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ TradSesEvent

Returns a new instance of TradSesEvent.



18167
18168
18169
18170
18171
18172
18173
# File 'lib/quickfix_fields.rb', line 18167

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