Class: Quickfix::PartyDetailsListReportID

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) ⇒ PartyDetailsListReportID

Returns a new instance of PartyDetailsListReportID.



20416
20417
20418
20419
20420
20421
20422
# File 'lib/quickfix_fields.rb', line 20416

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

Class Method Details

.fieldObject



20413
20414
20415
# File 'lib/quickfix_fields.rb', line 20413

def PartyDetailsListReportID.field
  return 1510
end