Class: Quickfix::UnderlyingPaymentStreamFixingDateType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStreamFixingDateType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamFixingDateType
constructor
A new instance of UnderlyingPaymentStreamFixingDateType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamFixingDateType
Returns a new instance of UnderlyingPaymentStreamFixingDateType.
73378 73379 73380 73381 73382 73383 73384 |
# File 'lib/quickfix_fields.rb', line 73378 def initialize(data = nil) if( data == nil ) super(42957) else super(42957, data) end end |
Class Method Details
.field ⇒ Object
73375 73376 73377 |
# File 'lib/quickfix_fields.rb', line 73375 def .field return 42957 end |