Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
SPB_Exchange_Repo
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Amelin Konstantin
SPB_Exchange_Repo
Commits
ba4ea096
Commit
ba4ea096
authored
Mar 03, 2020
by
Amelin Konstantin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix TradeTemplate
parent
645d5b23
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
src/main/scala/templates/TradeTemplate.scala
+1
-1
No files found.
src/main/scala/templates/TradeTemplate.scala
View file @
ba4ea096
...
...
@@ -11,7 +11,7 @@ abstract class TradeTemplate(source: Node) extends RegiAmendTradeTemplate(source
{
/*
Uses
dictionary
from
PartyTemplate
for
identifier
*/
}
<fpml:partyTradeIdentifier>
<fpml:partyReference
href
={
parties
(
"TradeRepository"
).
_1
}/>
{
val
tradeId
=
get
((
source
\\
"trade"
\
"tradeHeader"
\
"partyTradeIdentifier"
\
"tradeId"
))
{
val
tradeId
=
get
((
source
\\
"trade"
\
"tradeHeader"
\
"partyTradeIdentifier"
\
"tradeId"
))
.
mkString
if
(
tradeId
!=
"NONREF"
)
<
fpml
:
tradeId
tradeIdScheme
={
"REP"
}>{
tradeId
}</
fpml
:
tradeId>
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment