Class: Quickfix::MassActionReportID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MassActionReportID

Returns a new instance of MassActionReportID.



3789
3790
3791
3792
3793
3794
3795
# File 'lib/quickfix_fields.rb', line 3789

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

Class Method Details

.fieldObject



3786
3787
3788
# File 'lib/quickfix_fields.rb', line 3786

def MassActionReportID.field
	return 1369
end