Class: Quickfix::SideRiskLimitCheckStatus

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



56920
56921
56922
56923
56924
56925
56926
# File 'lib/quickfix_fields.rb', line 56920

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

Class Method Details

.fieldObject



56917
56918
56919
# File 'lib/quickfix_fields.rb', line 56917

def SideRiskLimitCheckStatus.field
  return 2344
end