Class: Quickfix::LegIssueDate
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegIssueDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegIssueDate
constructor
A new instance of LegIssueDate.
Constructor Details
#initialize(data = nil) ⇒ LegIssueDate
Returns a new instance of LegIssueDate.
19636 19637 19638 19639 19640 19641 19642 |
# File 'lib/quickfix_fields.rb', line 19636 def initialize(data = nil) if( data == nil ) super(249) else super(249, data) end end |
Class Method Details
.field ⇒ Object
19633 19634 19635 |
# File 'lib/quickfix_fields.rb', line 19633 def LegIssueDate.field return 249 end |