Class: Quickfix::UnderlyingPaymentStreamType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStreamType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamType
constructor
A new instance of UnderlyingPaymentStreamType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamType
Returns a new instance of UnderlyingPaymentStreamType.
34677 34678 34679 34680 34681 34682 34683 |
# File 'lib/quickfix_fields.rb', line 34677 def initialize(data = nil) if( data == nil ) super(40568) else super(40568, data) end end |
Class Method Details
.field ⇒ Object
34674 34675 34676 |
# File 'lib/quickfix_fields.rb', line 34674 def UnderlyingPaymentStreamType.field return 40568 end |