Class: Quickfix::UnderlyingSettlementDate
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingSettlementDate
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingSettlementDate
constructor
A new instance of UnderlyingSettlementDate.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingSettlementDate
Returns a new instance of UnderlyingSettlementDate.
13305 13306 13307 13308 13309 13310 13311 |
# File 'lib/quickfix_fields.rb', line 13305 def initialize(data = nil) if( data == nil ) super(987) else super(987, data) end end |