Class: Quickfix::CardExpDate

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

Returns a new instance of CardExpDate.



73522
73523
73524
73525
73526
73527
73528
# File 'ext/quickfix/QuickfixRuby.cpp', line 73522

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

Class Method Details

.fieldObject



6620
6621
6622
# File 'lib/quickfix_fields.rb', line 6620

def CardExpDate.field
	return 490
end