Class: Quickfix::CardIssNum

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) ⇒ CardIssNum

Returns a new instance of CardIssNum.



90746
90747
90748
90749
90750
90751
90752
# File 'ext/quickfix/QuickfixRuby.cpp', line 90746

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

Class Method Details

.fieldObject



8882
8883
8884
# File 'lib/quickfix_fields.rb', line 8882

def CardIssNum.field
  return 491
end