golang client example for fix protocol#31
Open
mikhailovavexmocom wants to merge 3 commits intoexmo-dev:masterfrom
Open
golang client example for fix protocol#31mikhailovavexmocom wants to merge 3 commits intoexmo-dev:masterfrom
mikhailovavexmocom wants to merge 3 commits intoexmo-dev:masterfrom
Conversation
5f58313 to
f49b6f4
Compare
f49b6f4 to
509f784
Compare
shipa988
reviewed
Dec 15, 2022
fix/golang/main.go
Outdated
|
|
||
| try.Trie(awaitLogon(ctx, sessionsCh)). | ||
| Proc(scenario). | ||
| ProcFailure(LogPrintlnErr) |
There was a problem hiding this comment.
func программинг) я бы не вставлял в пример клиента на го! чтобы без усилий можно было бы понять что тут происходит
Author
There was a problem hiding this comment.
окей, поправлю
для сравнения
session, err := awaitLogon(ctx, sessionsCh)
if err != nil {
log.Println(err)
return
}
err = scenario(session)
if err != nil {
log.Println(err)
}
shipa988
reviewed
Dec 15, 2022
|
|
||
| # update go modules | ||
| - package-ecosystem: "gomod" # See documentation for possible values | ||
| directory: "/fix/golang" # Location of package manifests |
There was a problem hiding this comment.
круть! а для гитлаб есть подобное? может джоба в ci
Author
There was a problem hiding this comment.
я уже задавал этот вопрос, и мне сказали что это не нужно =)
Author
shipa988
reviewed
Dec 15, 2022
| price = 15899 | ||
| ) | ||
|
|
||
| orderID := strconv.Itoa(int(time.Now().UTC().Unix())) |
There was a problem hiding this comment.
для полного списка не хватает отмены ордера, заодно там можно показать что этот orderID (ClOrdId )нужно использовтаь и для его отмены
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

on top of #30
actions temp run: https://github.com/mikhailovavexmocom/exmo_api_lib/actions