Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagec#
titleAfter
SessionExtraParameters @params = new SessionExtraParameters();   
 
@params.SSL = true; 
@params.SSLProtocolsUsed = SSLProtocols.TLSv1 | SSLProtocols.TLSv1_1 | SSLProtocols.TLSv1_2; 
@params.SSLCertificate = "cert.pem"; 
@params.SSLPrivateKey = "cert.pem"; 
Session session = FixEngine.Instance.CreateSession(new SessionId("Sender", "Target", null), FixVersion.FIX50SP2, @params, MessageStorageType.Persistent);

Filter by label (Content by label)
showLabelsfalse
max5
spacesEPMBFIXA
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel = "ssl" and type = "page" and space = "EPMBFIXA"
labelsSSL

...

hiddentrue

...