Class: Quickfix50Sp2::SecurityDefinitionUpdateReport::NoMarketSegments

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix50sp2.rb

Defined Under Namespace

Classes: NoLotTypeRules, NoNestedInstrAttrib, NoPriceRangeRules, NoQuoteSizeRules, NoStrikeRules, NoTickRules, NoTradingSessionRules

Instance Method Summary collapse

Methods inherited from Quickfix::Group

#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup

Constructor Details

#initializeNoMarketSegments

Returns a new instance of NoMarketSegments.



315517
315518
315519
315520
315521
315522
315523
315524
# File 'lib/quickfix50sp2.rb', line 315517

def initialize
	order = Quickfix::IntArray.new(4)
	order[0] = 1301
	order[1] = 1300
	order[2] = 1201
	order[3] = 0
	super(1310, 1301, order)
end