Class: Quickfix::TrdRegPublicationType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ TrdRegPublicationType

Returns a new instance of TrdRegPublicationType.



75159
75160
75161
75162
75163
75164
75165
# File 'lib/quickfix_fields.rb', line 75159

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