Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
isc-web-vue
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
isc-v3.1-tmp
isc-web-vue
Commits
2ba2c29c
Commit
2ba2c29c
authored
Oct 09, 2024
by
huangshunlin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fxdgrp
parent
f02c1707
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
64 additions
and
0 deletions
+64
-0
index.js
src/components/business/commonModel/fxdgrp/index.js
+64
-0
No files found.
src/components/business/commonModel/fxdgrp/index.js
0 → 100644
View file @
2ba2c29c
import
Pts
from
'../Pts.js'
export
default
class
Fxdgrp
{
constructor
()
{
this
.
data
=
{
rec
:
{
ownref
:
""
,
// 结售汇业务参考号 .fxtp.fxdgrp.rec.ownref
nam
:
""
,
// 名称 .fxtp.fxdgrp.rec.nam
fxtyp
:
""
,
// 结售汇类型 .fxtp.fxdgrp.rec.fxtyp
opndat
:
""
,
// 登记日期 .fxtp.fxdgrp.rec.opndat
valdat
:
""
,
// 起息日 .fxtp.fxdgrp.rec.valdat
rat
:
""
,
// 对外牌价 .fxtp.fxdgrp.rec.rat
midrat
:
""
,
// 中间价 .fxtp.fxdgrp.rec.midrat
quoref
:
""
,
// 询价编号 .fxtp.fxdgrp.rec.quoref
fudref
:
""
,
// 资金部编号 .fxtp.fxdgrp.rec.fudref
setdat
:
""
,
// 远期交割日 .fxtp.fxdgrp.rec.setdat
setdatfrm
:
""
,
// 择期交割起始日 .fxtp.fxdgrp.rec.setdatfrm
setdatto
:
""
,
// 择期交割截止日 .fxtp.fxdgrp.rec.setdatto
trnman
:
""
,
// 交易主体 .fxtp.fxdgrp.rec.trnman
trdint
:
""
,
// 结售汇类型 .fxtp.fxdgrp.rec.trdint
trdout
:
""
,
// 结售汇类型 .fxtp.fxdgrp.rec.trdout
acc
:
""
,
// 外币结算账号 .fxtp.fxdgrp.rec.acc
acc2
:
""
,
// 本币结算账号 .fxtp.fxdgrp.rec.acc2
dsp
:
""
,
// 外币结算账号 .fxtp.fxdgrp.rec.dsp
dsp2
:
""
,
// 本币结算账号 .fxtp.fxdgrp.rec.dsp2
},
blk
:
{
remark
:
""
,
// 备注 .fxtp.fxdgrp.blk.remark
},
cbs
:
{
max
:
{
cur
:
""
,
// Currency .fxtp.fxdgrp.cbs.max.cur
amt
:
""
,
// Balance .fxtp.fxdgrp.cbs.max.amt
},
nom1
:
{
cur
:
""
,
// Currency .fxtp.fxdgrp.cbs.nom1.cur
amt
:
""
,
// Balance .fxtp.fxdgrp.cbs.nom1.amt
},
opn1
:
{
cur
:
""
,
// Currency .fxtp.fxdgrp.cbs.nom1.cur
amt
:
""
,
// Balance .fxtp.fxdgrp.cbs.nom1.amt
},
opn2
:
{
cur
:
""
,
// Currency .fxtp.fxdgrp.cbs.nom1.cur
amt
:
""
,
// Balance .fxtp.fxdgrp.cbs.nom1.amt
},
},
apl
:
{
pts
:
new
Pts
().
data
,
},
act
:
{
pts
:
new
Pts
().
data
,
},
age
:
{
pts
:
new
Pts
().
data
,
},
acc
:
{
pts
:
new
Pts
().
data
,
},
}
}
}
\ No newline at end of file
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