Class: Quickfix::TradingSessionID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ TradingSessionID



4257
4258
4259
4260
4261
4262
4263
# File 'lib/quickfix_fields.rb', line 4257

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