Class: Quickfix::DiscretionLimitType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DiscretionLimitType

Returns a new instance of DiscretionLimitType.



7104
7105
7106
7107
7108
7109
7110
# File 'lib/quickfix_fields.rb', line 7104

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

Class Method Details

.fieldObject



7101
7102
7103
# File 'lib/quickfix_fields.rb', line 7101

def DiscretionLimitType.field
  return 843
end