vnpy/vn.ib/ibapi/client/EReaderSignal.h
2016-08-23 23:45:06 +08:00

11 lines
327 B
C

/* Copyright (C) 2013 Interactive Brokers LLC. All rights reserved. This code is subject to the terms
* and conditions of the IB API Non-Commercial License or the IB API Commercial License, as applicable. */
#pragma once
struct EReaderSignal
{
virtual void issueSignal() = 0;
virtual void waitForSignal() = 0;
};