Class: Quickfix::AccountSummaryReportID

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

Returns a new instance of AccountSummaryReportID.



22223
22224
22225
22226
22227
22228
22229
# File 'lib/quickfix_fields.rb', line 22223

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

Class Method Details

.fieldObject



22220
22221
22222
# File 'lib/quickfix_fields.rb', line 22220

def AccountSummaryReportID.field
  return 1699
end