Method: Quickfix::LegIssueDate#initialize
- Defined in:
- lib/quickfix_fields.rb
#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 |