Class: Quickfix::LateIndicator

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LateIndicator

Returns a new instance of LateIndicator.



84
85
86
87
88
89
90
# File 'lib/quickfix_fields.rb', line 84

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

Class Method Details

.fieldObject



81
82
83
# File 'lib/quickfix_fields.rb', line 81

def LateIndicator.field
  return 978
end