Class: Quickfix::LastRptRequested

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LastRptRequested

Returns a new instance of LastRptRequested.



13448
13449
13450
13451
13452
13453
13454
# File 'lib/quickfix_fields.rb', line 13448

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

Class Method Details

.fieldObject



13445
13446
13447
# File 'lib/quickfix_fields.rb', line 13445

def LastRptRequested.field
  return 912
end