Class: Quickfix::UnderlyingLegMaturityDate
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingLegMaturityDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingLegMaturityDate
constructor
A new instance of UnderlyingLegMaturityDate.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingLegMaturityDate
Returns a new instance of UnderlyingLegMaturityDate.
1124 1125 1126 1127 1128 1129 1130 |
# File 'lib/quickfix_fields.rb', line 1124 def initialize(data = nil) if( data == nil ) super(1345) else super(1345, data) end end |
Class Method Details
.field ⇒ Object
1121 1122 1123 |
# File 'lib/quickfix_fields.rb', line 1121 def UnderlyingLegMaturityDate.field return 1345 end |