Class: Quickfix::RiskLimitAction

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

Returns a new instance of RiskLimitAction.



23107
23108
23109
23110
23111
23112
23113
# File 'lib/quickfix_fields.rb', line 23107

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

Class Method Details

.fieldObject



23104
23105
23106
# File 'lib/quickfix_fields.rb', line 23104

def RiskLimitAction.field
  return 1767
end