Class: Quickfix::DiscretionLimitType

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

Returns a new instance of DiscretionLimitType.



11433
11434
11435
11436
11437
11438
11439
# File 'lib/quickfix_fields.rb', line 11433

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

Class Method Details

.fieldObject



11430
11431
11432
# File 'lib/quickfix_fields.rb', line 11430

def DiscretionLimitType.field
  return 843
end