Class: Quickfix::UnderlyingPaymentStreamPricingDayOfWeek
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingPaymentStreamPricingDayOfWeek
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamPricingDayOfWeek
constructor
A new instance of UnderlyingPaymentStreamPricingDayOfWeek.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamPricingDayOfWeek
Returns a new instance of UnderlyingPaymentStreamPricingDayOfWeek.
55542 55543 55544 55545 55546 55547 55548 |
# File 'lib/quickfix_fields.rb', line 55542 def initialize(data = nil) if( data == nil ) super(41945) else super(41945, data) end end |