Class: Quickfix::EndDate
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::EndDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ EndDate
constructor
A new instance of EndDate.
Constructor Details
#initialize(data = nil) ⇒ EndDate
Returns a new instance of EndDate.
8560 8561 8562 8563 8564 8565 8566 |
# File 'lib/quickfix_fields.rb', line 8560 def initialize(data = nil) if( data == nil ) super(917) else super(917, data) end end |
Class Method Details
.field ⇒ Object
8557 8558 8559 |
# File 'lib/quickfix_fields.rb', line 8557 def EndDate.field return 917 end |