Class: Quickfix::CardStartDate

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

Returns a new instance of CardStartDate.



74698
74699
74700
74701
74702
74703
74704
# File 'ext/quickfix/QuickfixRuby.cpp', line 74698

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

Class Method Details

.fieldObject



6776
6777
6778
# File 'lib/quickfix_fields.rb', line 6776

def CardStartDate.field
  return 503
end