 | StockServiceGetQueuedStockChanges Method |
Namespace:
Bex.API
Assembly:
Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[WebMethodAttribute]
public StockChangeEntryDto[] GetQueuedStockChanges(
string apiKey
)
<WebMethodAttribute>
Public Function GetQueuedStockChanges (
apiKey As String
) As StockChangeEntryDto()
public:
[WebMethodAttribute]
array<StockChangeEntryDto^>^ GetQueuedStockChanges(
String^ apiKey
)
[<WebMethodAttribute>]
member GetQueuedStockChanges :
apiKey : string -> StockChangeEntryDto[]
Parameters
- apiKey
- Type: SystemString
Return Value
Type:
StockChangeEntryDto
See Also