class LocalPosition: def __init__(self, code, total_amount, closeable_amount): self.code = code self.total_amount = total_amount self.closeable_amount = closeable_amount