aboutsummaryrefslogtreecommitdiff
path: root/samples/quotex/quotex.h
diff options
context:
space:
mode:
Diffstat (limited to 'samples/quotex/quotex.h')
-rw-r--r--samples/quotex/quotex.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/samples/quotex/quotex.h b/samples/quotex/quotex.h
new file mode 100644
index 0000000..5bee5da
--- /dev/null
+++ b/samples/quotex/quotex.h
@@ -0,0 +1,17 @@
+//gsoap ns1 service namespace: urn:xmethods-delayed-quotes
+//gsoap ns1 service style: rpc
+//gsoap ns1 service encoding: encoded
+int ns1__getQuote(char *symbol, float &Result);
+
+//gsoap ns2 service namespace: urn:xmethods-CurrencyExchange
+//gsoap ns2 service style: rpc
+//gsoap ns2 service encoding: encoded
+int ns2__getRate(char *country1, char *country2, float &Result);
+
+//gsoap ns3 service name: quotex
+//gsoap ns3 service style: rpc
+//gsoap ns3 service encoding: encoded
+//gsoap ns3 service location: http://www.cs.fsu.edu/~engelen/quotex.cgi
+//gsoap ns3 service namespace: http://www.cs.fsu.edu/~engelen/quotex.wsdl
+//gsoap ns3 schema namespace: urn:quotex
+int ns3__getQuote(char *symbol, char *country, float &result);