Class: Quickfix50Sp2::UserNotification

Inherits:
Message
  • Object
show all
Defined in:
lib/quickfix50sp2.rb

Instance Method Summary collapse

Constructor Details

#initializeUserNotification

Returns a new instance of UserNotification.



16790
16791
16792
16793
# File 'lib/quickfix50sp2.rb', line 16790

def initialize
	super
	getHeader().setField( Quickfix::MsgType.new("CB") )
end