Class: Quickfix::CardStartDate
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::CardStartDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CardStartDate
constructor
A new instance of CardStartDate.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ CardStartDate
Returns a new instance of CardStartDate.
6922 6923 6924 6925 6926 6927 6928 |
# File 'lib/quickfix_fields.rb', line 6922 def initialize(data = nil) if( data == nil ) super(503) else super(503, data) end end |
Class Method Details
.field ⇒ Object
6919 6920 6921 |
# File 'lib/quickfix_fields.rb', line 6919 def CardStartDate.field return 503 end |