Class: Quickfix::RiskLimitCheckStatus

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ RiskLimitCheckStatus



56907
56908
56909
56910
56911
56912
56913
# File 'lib/quickfix_fields.rb', line 56907

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