Class: Quickfix::PaymentStreamLinkEstimatedTradingDays
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::PaymentStreamLinkEstimatedTradingDays
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamLinkEstimatedTradingDays
constructor
A new instance of PaymentStreamLinkEstimatedTradingDays.
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamLinkEstimatedTradingDays
Returns a new instance of PaymentStreamLinkEstimatedTradingDays.
69400 69401 69402 69403 69404 69405 69406 |
# File 'lib/quickfix_fields.rb', line 69400 def initialize(data = nil) if( data == nil ) super(42672) else super(42672, data) end end |