Class: Quickfix::MailingInst

Inherits:
((swig_class *) SWIGTYPE_p_FIX__StringField->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) ⇒ MailingInst

Returns a new instance of MailingInst.



72652
72653
72654
72655
72656
72657
72658
# File 'ext/quickfix/QuickfixRuby.cpp', line 72652

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

Class Method Details

.fieldObject



6516
6517
6518
# File 'lib/quickfix_fields.rb', line 6516

def MailingInst.field
  return 482
end