Class: Quickfix::NoRequestingPartyIDs

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoRequestingPartyIDs



21209
21210
21211
21212
21213
21214
21215
# File 'lib/quickfix_fields.rb', line 21209

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