Class: Quickfix50Sp1::CollateralInquiryAck

Inherits:
Message
  • Object
show all
Defined in:
lib/quickfix50sp1.rb

Defined Under Namespace

Classes: NoCollInquiryQualifier, NoExecs, NoLegs, NoPartyIDs, NoTrades, NoUnderlyings

Instance Method Summary collapse

Constructor Details

#initializeCollateralInquiryAck

Returns a new instance of CollateralInquiryAck.



13612
13613
13614
13615
# File 'lib/quickfix50sp1.rb', line 13612

def initialize
  super
  getHeader().setField( Quickfix::MsgType.new("BG") )
end