Class: Quickfix::LegDatedDate
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegDatedDate
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegDatedDate
constructor
A new instance of LegDatedDate.
Constructor Details
#initialize(data = nil) ⇒ LegDatedDate
10120 10121 10122 10123 10124 10125 10126 |
# File 'lib/quickfix_fields.rb', line 10120 def initialize(data = nil) if( data == nil ) super(739) else super(739, data) end end |