Class: Quickfix::CardNumber
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::CardNumber
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CardNumber
constructor
A new instance of CardNumber.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ CardNumber
Returns a new instance of CardNumber.
6753 6754 6755 6756 6757 6758 6759 |
# File 'lib/quickfix_fields.rb', line 6753 def initialize(data = nil) if( data == nil ) super(489) else super(489, data) end end |
Class Method Details
.field ⇒ Object
6750 6751 6752 |
# File 'lib/quickfix_fields.rb', line 6750 def CardNumber.field return 489 end |