Class: Quickfix::AsgnRptID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ AsgnRptID

Returns a new instance of AsgnRptID.



10432
10433
10434
10435
10436
10437
10438
# File 'lib/quickfix_fields.rb', line 10432

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

Class Method Details

.fieldObject



10429
10430
10431
# File 'lib/quickfix_fields.rb', line 10429

def AsgnRptID.field
	return 833
end