Class: Quickfix::PartyRiskLimitStatus

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ 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