Class: Quickfix::UnderlyingLegMaturityDate
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingLegMaturityDate
- Defined in:
- lib/quickfix_fields.rb
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.
17998 17999 18000 18001 18002 18003 18004 |
# File 'lib/quickfix_fields.rb', line 17998 def initialize(data = nil) if( data == nil ) super(1345) else super(1345, data) end end |