Class: Quickfix::LastRptRequested

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

Returns a new instance of LastRptRequested.



12330
12331
12332
12333
12334
12335
12336
# File 'lib/quickfix_fields.rb', line 12330

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

Class Method Details

.fieldObject



12327
12328
12329
# File 'lib/quickfix_fields.rb', line 12327

def LastRptRequested.field
  return 912
end