Skip to content

Conversation

@mikhailovavexmocom
Copy link

@mikhailovavexmocom mikhailovavexmocom commented Dec 7, 2022

@mikhailovavexmocom mikhailovavexmocom force-pushed the feature/fix.go branch 29 times, most recently from 5f58313 to f49b6f4 Compare December 12, 2022 12:07

try.Trie(awaitLogon(ctx, sessionsCh)).
Proc(scenario).
ProcFailure(LogPrintlnErr)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

func программинг) я бы не вставлял в пример клиента на го! чтобы без усилий можно было бы понять что тут происходит

Copy link
Author

@mikhailovavexmocom mikhailovavexmocom Dec 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

окей, поправлю
для сравнения

		session, err := awaitLogon(ctx, sessionsCh)
		if err != nil {
			log.Println(err)
			return
		}
		err = scenario(session)
		if err != nil {
			log.Println(err)
		}


# update go modules
- package-ecosystem: "gomod" # See documentation for possible values
directory: "/fix/golang" # Location of package manifests

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

круть! а для гитлаб есть подобное? может джоба в ci

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

я уже задавал этот вопрос, и мне сказали что это не нужно =)

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

vs-code умеет, кстати
image

price = 15899
)

orderID := strconv.Itoa(int(time.Now().UTC().Unix()))

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

для полного списка не хватает отмены ордера, заодно там можно показать что этот orderID (ClOrdId )нужно использовтаь и для его отмены

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

точно! спасибо!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants