Class: Quickfix::DuplicateClOrdIDIndicator

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

Returns a new instance of DuplicateClOrdIDIndicator.



77434
77435
77436
77437
77438
77439
77440
# File 'lib/quickfix_fields.rb', line 77434

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

Class Method Details

.fieldObject



77431
77432
77433
# File 'lib/quickfix_fields.rb', line 77431

def DuplicateClOrdIDIndicator.field
  return 2829
end