Class: Quickfix::MassActionReportID

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ MassActionReportID

Returns a new instance of MassActionReportID.



18180
18181
18182
18183
18184
18185
18186
# File 'lib/quickfix_fields.rb', line 18180

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

Class Method Details

.fieldObject



18177
18178
18179
# File 'lib/quickfix_fields.rb', line 18177

def MassActionReportID.field
  return 1369
end