Class: Quickfix::UnderlyingPaymentStreamLinkEstimatedTradingDays
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStreamLinkEstimatedTradingDays
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamLinkEstimatedTradingDays
constructor
A new instance of UnderlyingPaymentStreamLinkEstimatedTradingDays.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamLinkEstimatedTradingDays
Returns a new instance of UnderlyingPaymentStreamLinkEstimatedTradingDays.
73508 73509 73510 73511 73512 73513 73514 |
# File 'lib/quickfix_fields.rb', line 73508 def initialize(data = nil) if( data == nil ) super(42967) else super(42967, data) end end |
Class Method Details
.field ⇒ Object
73505 73506 73507 |
# File 'lib/quickfix_fields.rb', line 73505 def .field return 42967 end |