Class: Quickfix::LegIssueDate

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

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

.fieldObject



19633
19634
19635
# File 'lib/quickfix_fields.rb', line 19633

def LegIssueDate.field
  return 249
end