5 lines
135 B
Python

class TradeEventData:
def __init__(self, trade, instructions):
self.trade = trade
self.instructions = instructions