Interface IExtendedFixSessionListener
Extended fix session listener
Inherited Members
Namespace: FixAntenna.FixEngine
Assembly: FixAntenna.Core.dll
Syntax
public interface IExtendedFixSessionListener : IFixSessionListener, IFixMessageListener
Methods
OnMessageReceived(MsgBuf)
Method fired when message received.
Declaration
void OnMessageReceived(MsgBuf msgBuf)
Parameters
Type | Name | Description |
---|---|---|
MsgBuf | msgBuf | incoming message |
OnMessageSent(Byte[], Int32, Int32)
Method fired when message will send.
Declaration
void OnMessageSent(byte[] bytes, int offset, int length)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | bytes | outgoing message |
System.Int32 | offset | |
System.Int32 | length |