Class: Quickfix::CardExpDate
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::CardExpDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CardExpDate
constructor
A new instance of CardExpDate.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ CardExpDate
Returns a new instance of CardExpDate.
6766 6767 6768 6769 6770 6771 6772 |
# File 'lib/quickfix_fields.rb', line 6766 def initialize(data = nil) if( data == nil ) super(490) else super(490, data) end end |
Class Method Details
.field ⇒ Object
6763 6764 6765 |
# File 'lib/quickfix_fields.rb', line 6763 def CardExpDate.field return 490 end |