Class: Quickfix44::NetworkCounterpartySystemStatusRequest

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

Defined Under Namespace

Classes: NoCompIDs

Instance Method Summary collapse

Constructor Details

#initializeNetworkCounterpartySystemStatusRequest

Returns a new instance of NetworkCounterpartySystemStatusRequest.



10464
10465
10466
10467
# File 'lib/quickfix44.rb', line 10464

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