示例#1
0
 public virtual void onMessage(AllocationReport message, QuickFix.SessionID session)
 {
     throw new QuickFix.UnsupportedMessageType();
 }
示例#2
0
        public ActionResult AllocationReport()
        {
            AllocationReport Obj = new AllocationReport();

            return(View(Obj));
        }