Class: Quickfix::LegPaymentStreamLinkEstimatedTradingDays
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentStreamLinkEstimatedTradingDays
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamLinkEstimatedTradingDays
constructor
A new instance of LegPaymentStreamLinkEstimatedTradingDays.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamLinkEstimatedTradingDays
66826 66827 66828 66829 66830 66831 66832 |
# File 'lib/quickfix_fields.rb', line 66826 def initialize(data = nil) if( data == nil ) super(42471) else super(42471, data) end end |
Class Method Details
.field ⇒ Object
66823 66824 66825 |
# File 'lib/quickfix_fields.rb', line 66823 def LegPaymentStreamLinkEstimatedTradingDays.field return 42471 end |