Class: Quickfix::CardIssNo

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

Returns a new instance of CardIssNo.



73620
73621
73622
73623
73624
73625
73626
# File 'ext/quickfix/QuickfixRuby.cpp', line 73620

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

Class Method Details

.fieldObject



6633
6634
6635
# File 'lib/quickfix_fields.rb', line 6633

def CardIssNo.field
  return 491
end