Class: Quickfix::NoRequestingPartySubIDs

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoRequestingPartySubIDs

Returns a new instance of NoRequestingPartySubIDs.



21261
21262
21263
21264
21265
21266
21267
# File 'lib/quickfix_fields.rb', line 21261

def initialize(data = nil)
	if( data == nil )
		super(1661)
	else
		super(1661, data)
	end
end