API Overview
Modules
codec
: FIX Message encoding / decoding module.connection
: Abstract connection module.connection_client
: FIX Initiator (client) connection.connection_server
: Dummy FIX server module.errors
: AsyncFIX errors module.fix_tester
: FIX Protocol Unit Tester.fixtags
: FIX Tags collection module.journaler
: Generic SQLite Journaler.message
: FIX message and containers module.msgtype
: Message type module.protocol
: AsyncFIX protocol package.protocol.common
: Common FIX protocol enums.protocol.order_single
: Generic FIX Order single module.protocol.protocol_base
: Base FIX protocol.protocol.protocol_fix44
: FIX Protocol 4.4 module.protocol.schema
: FIX Schema validation module.session
: FIXSession module.
Classes
codec.Codec
: Encoding / decoding engine.connection.AsyncFIXConnection
: AsyncFIX bidirectional connection.connection.ConnectionRole
: Role of the connection INITIATOR / ACCEPTOR.connection.ConnectionState
: Connection status enum.connection_client.AsyncFIXClient
: Generic FIX client.connection_server.AsyncFIXDummyServer
: Simple server which supports only single connection (just for testing).errors.DuplicateSeqNoError
: Journaler duplicated seq no written (critical error).errors.DuplicatedTagError
: Trying to set tag which is already exist.errors.EncodingError
: Codec encoding/decoding error.errors.FIXConnectionError
: FIX connection or session error.errors.FIXError
: Generic AsyncFIX error.errors.FIXMessageError
: FIXMessage related error.errors.RepeatingTagError
: Tag was repeated after decoding, indicates mishandled fix group.errors.TagNotFoundError
: Requested Tag not present in message.errors.UnmappedRepeatedGrpError
: Repeating group improperly set up by protocol.fix_tester.FIXTester
: FIX protocol tester.fixtags.FTag
: All tags enum.journaler.Journaler
: Tracks FIX message history.message.FIXContainer
: Generic FIX container.message.FIXMessage
: Generic FIXMessage.message.MessageDirection
: Direction of the message INBOUND/OUTBOUND.msgtype.FMsg
: FIXMessage type enum.common.FExecType
: FIX execution report ExecType.common.FOrdSide
: FIX Order Side.common.FOrdStatus
: FIX Order Status.common.FOrdType
: FIX Order Type.order_single.FIXNewOrderSingle
: Generic FIXNewOrderSingle wrapper.protocol_base.FIXProtocolBase
: Generic FIX protocol.protocol_fix44.FIXProtocol44
: FIXProtocol 4.4 protocol definition class.schema.FIXSchema
: FIX schema validator.schema.SchemaComponent
: SchemaComponent container.schema.SchemaField
: FIX Field schema.schema.SchemaGroup
: SchemaGroup container.schema.SchemaHeader
: SchemaHeader container.schema.SchemaMessage
: SchemaMessage container.schema.SchemaSet
: Generic schema set (base for component/group).session.FIXSession
: Generic FIX Session container.
Functions
- No functions
This file was automatically generated via lazydocs.