Class: Quickfix50Sp1::UserResponse

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

Instance Method Summary collapse

Constructor Details

#initializeUserResponse



13605
13606
13607
13608
# File 'lib/quickfix50sp1.rb', line 13605

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