da4089 / simplefix

Simple FIX protocol implementation for Python
MIT License
229 stars 63 forks source link

Function to add tag name #38

Open mishkatmustafid opened 2 years ago

mishkatmustafid commented 2 years ago

A function that takes tag number and tag name as input and stores it as dictionary or any other data type. It can also return tag name when given the corresponding tag number.

da4089 commented 2 years ago

What is the circumstance where you'd use this function?