Class: Quickfix::CardHolderName
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::CardHolderName
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CardHolderName
constructor
A new instance of CardHolderName.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ CardHolderName
Returns a new instance of CardHolderName.
6740 6741 6742 6743 6744 6745 6746 |
# File 'lib/quickfix_fields.rb', line 6740 def initialize(data = nil) if( data == nil ) super(488) else super(488, data) end end |
Class Method Details
.field ⇒ Object
6737 6738 6739 |
# File 'lib/quickfix_fields.rb', line 6737 def CardHolderName.field return 488 end |