Class: Quickfix::UnderlyingPaymentStreamPricingDate
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingPaymentStreamPricingDate
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamPricingDate
constructor
A new instance of UnderlyingPaymentStreamPricingDate.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamPricingDate
Returns a new instance of UnderlyingPaymentStreamPricingDate.
55503 55504 55505 55506 55507 55508 55509 |
# File 'lib/quickfix_fields.rb', line 55503 def initialize(data = nil) if( data == nil ) super(41942) else super(41942, data) end end |