Class: Quickfix::LegEventMonthYear
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegEventMonthYear
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegEventMonthYear
constructor
A new instance of LegEventMonthYear.
Constructor Details
#initialize(data = nil) ⇒ LegEventMonthYear
Returns a new instance of LegEventMonthYear.
40163 40164 40165 40166 40167 40168 40169 |
# File 'lib/quickfix_fields.rb', line 40163 def initialize(data = nil) if( data == nil ) super(2341) else super(2341, data) end end |