Class: Quickfix::LegLimitRightToConfirmIndicator

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from BoolField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegLimitRightToConfirmIndicator

Returns a new instance of LegLimitRightToConfirmIndicator.



49146
49147
49148
49149
49150
49151
49152
# File 'lib/quickfix_fields.rb', line 49146

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

Class Method Details

.fieldObject



49143
49144
49145
# File 'lib/quickfix_fields.rb', line 49143

def LegLimitRightToConfirmIndicator.field
  return 41489
end