Class: Quickfix::PartyRiskLimitStatus

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

Returns a new instance of PartyRiskLimitStatus.



75107
75108
75109
75110
75111
75112
75113
# File 'lib/quickfix_fields.rb', line 75107

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

Class Method Details

.fieldObject



75104
75105
75106
# File 'lib/quickfix_fields.rb', line 75104

def PartyRiskLimitStatus.field
  return 2355
end