Class: Quickfix::LegMaturityMonthYear
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegMaturityMonthYear
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegMaturityMonthYear
constructor
A new instance of LegMaturityMonthYear.
Constructor Details
#initialize(data = nil) ⇒ LegMaturityMonthYear
Returns a new instance of LegMaturityMonthYear.
7481 7482 7483 7484 7485 7486 7487 |
# File 'lib/quickfix_fields.rb', line 7481 def initialize(data = nil) if( data == nil ) super(610) else super(610, data) end end |
Class Method Details
.field ⇒ Object
7478 7479 7480 |
# File 'lib/quickfix_fields.rb', line 7478 def LegMaturityMonthYear.field return 610 end |