Class: Quickfix::LegPaymentStreamResetDateRelativeTo
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentStreamResetDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamResetDateRelativeTo
constructor
A new instance of LegPaymentStreamResetDateRelativeTo.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamResetDateRelativeTo
Returns a new instance of LegPaymentStreamResetDateRelativeTo.
31232 31233 31234 31235 31236 31237 31238 |
# File 'lib/quickfix_fields.rb', line 31232 def initialize(data = nil) if( data == nil ) super(40303) else super(40303, data) end end |
Class Method Details
.field ⇒ Object
31229 31230 31231 |
# File 'lib/quickfix_fields.rb', line 31229 def LegPaymentStreamResetDateRelativeTo.field return 40303 end |