Class: Quickfix::LateIndicator

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from BoolField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LateIndicator

Returns a new instance of LateIndicator.



13188
13189
13190
13191
13192
13193
13194
# File 'lib/quickfix_fields.rb', line 13188

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

Class Method Details

.fieldObject



13185
13186
13187
# File 'lib/quickfix_fields.rb', line 13185

def LateIndicator.field
  return 978
end