Class: Quickfix::CardStartDate
- Inherits:
-
StringField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ CardStartDate
Returns a new instance of CardStartDate.
14501 14502 14503 14504 14505 14506 14507 |
# File 'lib/quickfix_fields.rb', line 14501 def initialize(data = nil) if( data == nil ) super(503) else super(503, data) end end |
Class Method Details
.field ⇒ Object
14498 14499 14500 |
# File 'lib/quickfix_fields.rb', line 14498 def CardStartDate.field return 503 end |