Class: Quickfix::MandatoryClearingIndicator

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

Returns a new instance of MandatoryClearingIndicator.



25252
25253
25254
25255
25256
25257
25258
# File 'lib/quickfix_fields.rb', line 25252

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

Class Method Details

.fieldObject



25249
25250
25251
# File 'lib/quickfix_fields.rb', line 25249

def MandatoryClearingIndicator.field
  return 1928
end