Class: Quickfix::AsgnRptID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ AsgnRptID

Returns a new instance of AsgnRptID.



11303
11304
11305
11306
11307
11308
11309
# File 'lib/quickfix_fields.rb', line 11303

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