Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

5
LINES

< > BotCompany Repo | #1036485 // buySellText

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (35L/1K).

sS buySellText(double direction) {
  ret direction > 0 ? "BUY"
    : direction < 0 ? "SELL"
    : "";
}

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): elmgxqgtpvxh, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1036485
Snippet name: buySellText
Eternal ID of this version: #1036485/1
Text MD5: ddaa1c0216b0605acee7eda7fa11b329
Transpilation MD5: 0595a2aade1a7f8b27f0cb821d01f5f2
Author: stefan
Category: javax / trading
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-12-18 02:00:02
Source code size: 107 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 69 / 99
Referenced in: [show references]