Class: Quickfix::ShortMarkingExemptIndicator

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

Returns a new instance of ShortMarkingExemptIndicator.



40423
40424
40425
40426
40427
40428
40429
# File 'lib/quickfix_fields.rb', line 40423

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

Class Method Details

.fieldObject



40420
40421
40422
# File 'lib/quickfix_fields.rb', line 40420

def ShortMarkingExemptIndicator.field
  return 2102
end