Class: Quickfix::CopyMsgIndicator

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ CopyMsgIndicator

Returns a new instance of CopyMsgIndicator.



3412
3413
3414
3415
3416
3417
3418
# File 'lib/quickfix_fields.rb', line 3412

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

Class Method Details

.fieldObject



3409
3410
3411
# File 'lib/quickfix_fields.rb', line 3409

def CopyMsgIndicator.field
  return 797
end