Exemplo n.º 1
0
        private static SequenceValue BasicAllocations()
        {
            var value = new SequenceValue(AllocationInstruction.GetSequence("Allocations"));

            value.Add(NewAllocation("general", 101.0, 15.0));
            value.Add(NewAllocation("specific", 103.0, 10.0));
            return(value);
        }
Exemplo n.º 2
0
 public virtual void onMessage(AllocationInstruction message, QuickFix.SessionID session)
 {
     throw new QuickFix.UnsupportedMessageType();
 }