Class: Quickfix::MarketSettlementReportID

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

Returns a new instance of MarketSettlementReportID.



79436
79437
79438
79439
79440
79441
79442
# File 'lib/quickfix_fields.rb', line 79436

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

Class Method Details

.fieldObject



79433
79434
79435
# File 'lib/quickfix_fields.rb', line 79433

def MarketSettlementReportID.field
  return 20105
end