Class: Quickfix::NewSeqNo

Inherits:
((swig_class *) SWIGTYPE_p_FIX__IntField->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) ⇒ NewSeqNo

Returns a new instance of NewSeqNo.



22778
22779
22780
22781
22782
22783
22784
# File 'ext/quickfix/QuickfixRuby.cpp', line 22778

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

Class Method Details

.fieldObject



94
95
96
# File 'lib/quickfix_fields.rb', line 94

def NewSeqNo.field
  return 36
end