Class: Quickfix::CardIssNo
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::CardIssNo
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CardIssNo
constructor
A new instance of CardIssNo.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ CardIssNo
Returns a new instance of CardIssNo.
6779 6780 6781 6782 6783 6784 6785 |
# File 'lib/quickfix_fields.rb', line 6779 def initialize(data = nil) if( data == nil ) super(491) else super(491, data) end end |
Class Method Details
.field ⇒ Object
6776 6777 6778 |
# File 'lib/quickfix_fields.rb', line 6776 def CardIssNo.field return 491 end |