Class: Quickfix::PaymentStreamLinkEstimatedTradingDays
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentStreamLinkEstimatedTradingDays
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamLinkEstimatedTradingDays
constructor
A new instance of PaymentStreamLinkEstimatedTradingDays.
Methods inherited from IntField
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 |
Class Method Details
.field ⇒ Object
69397 69398 69399 |
# File 'lib/quickfix_fields.rb', line 69397 def PaymentStreamLinkEstimatedTradingDays.field return 42672 end |