using pbzip2 for parallelity and make the frontend compatible with old TDA and new Schwab symbol names for options (different separator)
This commit is contained in:
@@ -81,7 +81,7 @@ let createOrderFrame=()=>{
|
||||
}
|
||||
|
||||
let splitOptionDetails=(input)=>{
|
||||
let symbolRest=input.split("_");
|
||||
let symbolRest=input.split(/ +|_/);
|
||||
let symbol=symbolRest[0];
|
||||
|
||||
let putCall=(symbolRest[1].indexOf("P")>-1)?"P":"C";
|
||||
|
||||
Reference in New Issue
Block a user