Skip to content

Commit

Permalink
fix alias errors
Browse files Browse the repository at this point in the history
  • Loading branch information
uwe committed May 4, 2012
1 parent 275d3ff commit 51c6f4b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/Protocol/TWS/Response/tickEFP.pm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sub _id { 47 }

sub _meta {
return (
tickerId => {alias => 'tickerId'},
id => {alias => 'tickerId'},
tickType => 'tickType',
basisPoints => 'double',
formattedBasisPoints => {},
Expand Down
2 changes: 1 addition & 1 deletion lib/Protocol/TWS/Response/tickGeneric.pm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sub _id { 45 }

sub _meta {
return (
tickerId => {alias => 'tickerId'},
id => {alias => 'tickerId'},
tickType => 'tickType',
value => 'double',
);
Expand Down
2 changes: 1 addition & 1 deletion lib/Protocol/TWS/Response/tickString.pm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sub _id { 46 }

sub _meta {
return (
tickerId => {alias => 'tickerId'},
id => {alias => 'tickerId'},
tickType => 'tickType',
value => {},
);
Expand Down
File renamed without changes.

0 comments on commit 51c6f4b

Please sign in to comment.