Class: Quickfix50Sp2::SecurityDefinition::NoMarketSegments

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

Defined Under Namespace

Classes: NoStrikeRules

Instance Method Summary collapse

Constructor Details

#initializeNoMarketSegments

Returns a new instance of NoMarketSegments.



5698
5699
5700
5701
5702
5703
5704
5705
# File 'lib/quickfix50sp2.rb', line 5698

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