Transpiled version (24053L) is out of date.
1 | concept G22TickerFile extends ConceptWithChangeListeners { |
2 | settableWithVar File file; // Which file is it |
3 | |
4 | // File attributes |
5 | settableWithVar Timestamp creationDate; |
6 | settableWithVar Timestamp modificationDate; |
7 | settableWithVar Long fileSize; |
8 | |
9 | settableWithVar S format; // Which format is it in |
10 | settableWithVar Cl<S> markets; // Which coins/markets are included in the file? |
11 | settableWithVar L<TimestampRange> timeRanges; // What are the ticker time ranges included |
12 | settableWithVar Timestamp dateAnalyzed; |
13 | |
14 | transient volatile IVF1<G22TickerFile> slowAnalysis; |
15 | |
16 | toString { ret or(fileName(file), super.toString()); } |
17 | } |
download show line numbers debug dex old transpilations
Travelled to 2 computer(s): mowyntqkapby, mqqgnosmbjvj
No comments. add comment
Snippet ID: | #1036415 |
Snippet name: | G22TickerFile |
Eternal ID of this version: | #1036415/9 |
Text MD5: | ea5260d3d0f8a06b8d786d64a1b759a7 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2022-12-20 19:25:52 |
Source code size: | 660 bytes / 17 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 156 / 243 |
Version history: | 8 change(s) |
Referenced in: | [show references] |