Class: Quickfix::NoRiskLimitTypes

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

Returns a new instance of NoRiskLimitTypes.



20559
20560
20561
20562
20563
20564
20565
# File 'lib/quickfix_fields.rb', line 20559

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

Class Method Details

.fieldObject



20556
20557
20558
# File 'lib/quickfix_fields.rb', line 20556

def NoRiskLimitTypes.field
  return 1529
end