Class: Quickfix::LateIndicator

Inherits:
((swig_class *) SWIGTYPE_p_FIX__BoolField->clientdata)->klass
  • Object
show all
Defined in:
lib/quickfix_fields.rb,
ext/quickfix/QuickfixRuby.cpp

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*args, self) ⇒ LateIndicator

Returns a new instance of LateIndicator.



122462
122463
122464
122465
122466
122467
122468
# File 'ext/quickfix/QuickfixRuby.cpp', line 122462

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

Class Method Details

.fieldObject



13055
13056
13057
# File 'lib/quickfix_fields.rb', line 13055

def LateIndicator.field
  return 978
end