Class: Quickfix::PaymentStreamResetDateRelativeTo
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentStreamResetDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamResetDateRelativeTo
constructor
A new instance of PaymentStreamResetDateRelativeTo.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamResetDateRelativeTo
Returns a new instance of PaymentStreamResetDateRelativeTo.
37186 37187 37188 37189 37190 37191 37192 |
# File 'lib/quickfix_fields.rb', line 37186 def initialize(data = nil) if( data == nil ) super(40761) else super(40761, data) end end |
Class Method Details
.field ⇒ Object
37183 37184 37185 |
# File 'lib/quickfix_fields.rb', line 37183 def PaymentStreamResetDateRelativeTo.field return 40761 end |