Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion src/IB.CSharpApiClient/IBClientSocket.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,10 @@ public class IBClientSocket : EClientSocket, IEClientSocket
public IBClientSocket(EWrapper wrapper, EReaderSignal eReaderSignal) : base(wrapper, eReaderSignal)
{
}

public void exerciseOptions(int tickerId, Contract contract, int exerciseAction, int exerciseQuantity, string account, int ovrd)
{
throw new System.Exception("Not implemented");
}
}
}
}