Class: Quickfix::EndMaturityMonthYear
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::EndMaturityMonthYear
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ EndMaturityMonthYear
constructor
A new instance of EndMaturityMonthYear.
Constructor Details
#initialize(data = nil) ⇒ EndMaturityMonthYear
Returns a new instance of EndMaturityMonthYear.
16334 16335 16336 16337 16338 16339 16340 |
# File 'lib/quickfix_fields.rb', line 16334 def initialize(data = nil) if( data == nil ) super(1226) else super(1226, data) end end |