Class: Quickfix50::AllocationInstructionAlert
- Defined in:
- lib/quickfix50.rb
Defined Under Namespace
Classes: NoAllocs, NoExecs, NoLegs, NoOrders, NoPartyIDs, NoPosAmt, NoStipulations, NoUnderlyings
Instance Method Summary collapse
-
#initialize ⇒ AllocationInstructionAlert
constructor
A new instance of AllocationInstructionAlert.
Constructor Details
#initialize ⇒ AllocationInstructionAlert
Returns a new instance of AllocationInstructionAlert.
12954 12955 12956 12957 |
# File 'lib/quickfix50.rb', line 12954 def initialize super getHeader().setField( Quickfix::MsgType.new("BM") ) end |