Class: Quickfix50Sp1::UserNotification

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

Instance Method Summary collapse

Constructor Details

#initializeUserNotification

Returns a new instance of UserNotification.



15624
15625
15626
15627
# File 'lib/quickfix50sp1.rb', line 15624

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