Class: Quickfix::DisplayWhen

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from CharField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ DisplayWhen

Returns a new instance of DisplayWhen.



14475
14476
14477
14478
14479
14480
14481
# File 'lib/quickfix_fields.rb', line 14475

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

Class Method Details

.fieldObject



14472
14473
14474
# File 'lib/quickfix_fields.rb', line 14472

def DisplayWhen.field
  return 1083
end