Class: Quickfix::PaymentStreamPaymentDateType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentStreamPaymentDateType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamPaymentDateType
constructor
A new instance of PaymentStreamPaymentDateType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamPaymentDateType
Returns a new instance of PaymentStreamPaymentDateType.
45103 45104 45105 45106 45107 45108 45109 |
# File 'lib/quickfix_fields.rb', line 45103 def initialize(data = nil) if( data == nil ) super(41222) else super(41222, data) end end |
Class Method Details
.field ⇒ Object
45100 45101 45102 |
# File 'lib/quickfix_fields.rb', line 45100 def PaymentStreamPaymentDateType.field return 41222 end |