Class: Quickfix::NoTrdRegPublications

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoTrdRegPublications

Returns a new instance of NoTrdRegPublications.



75146
75147
75148
75149
75150
75151
75152
# File 'lib/quickfix_fields.rb', line 75146

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