Class: Quickfix::UnderlyingPaymentStreamPricingDateType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingPaymentStreamPricingDateType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamPricingDateType
constructor
A new instance of UnderlyingPaymentStreamPricingDateType.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamPricingDateType
55516 55517 55518 55519 55520 55521 55522 |
# File 'lib/quickfix_fields.rb', line 55516 def initialize(data = nil) if( data == nil ) super(41943) else super(41943, data) end end |