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

17
LINES

< > BotCompany Repo | #1036415 // G22TickerFile

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

Transpiled version (24053L) is out of date.

concept G22TickerFile extends ConceptWithChangeListeners {
  settableWithVar File file; // Which file is it
  
  // File attributes
  settableWithVar Timestamp creationDate;
  settableWithVar Timestamp modificationDate;
  settableWithVar Long fileSize;
  
  settableWithVar S format; // Which format is it in
  settableWithVar Cl<S> markets; // Which coins/markets are included in the file?
  settableWithVar L<TimestampRange> timeRanges; // What are the ticker time ranges included
  settableWithVar Timestamp dateAnalyzed;
  
  transient volatile IVF1<G22TickerFile> slowAnalysis;
  
  toString { ret or(fileName(file), super.toString()); }
}

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: 75 / 138
Version history: 8 change(s)
Referenced in: [show references]