Class: Quickfix::DKReason

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DKReason

Returns a new instance of DKReason.



6545
6546
6547
6548
6549
6550
6551
# File 'lib/quickfix_fields.rb', line 6545

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

Class Method Details

.fieldObject



6542
6543
6544
# File 'lib/quickfix_fields.rb', line 6542

def DKReason.field
  return 127
end