Class: Quickfix::IssueDate
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::IssueDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ IssueDate
constructor
A new instance of IssueDate.
Constructor Details
#initialize(data = nil) ⇒ IssueDate
Returns a new instance of IssueDate.
18024 18025 18026 18027 18028 18029 18030 |
# File 'lib/quickfix_fields.rb', line 18024 def initialize(data = nil) if( data == nil ) super(225) else super(225, data) end end |
Class Method Details
.field ⇒ Object
18021 18022 18023 |
# File 'lib/quickfix_fields.rb', line 18021 def IssueDate.field return 225 end |