Class: Quickfix::RiskLimitReportStatus

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ RiskLimitReportStatus

Returns a new instance of RiskLimitReportStatus.



56595
56596
56597
56598
56599
56600
56601
# File 'lib/quickfix_fields.rb', line 56595

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

Class Method Details

.fieldObject



56592
56593
56594
# File 'lib/quickfix_fields.rb', line 56592

def RiskLimitReportStatus.field
  return 2316
end