Class: Quickfix::LegPaymentStreamPaymentDateRelativeTo
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentStreamPaymentDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamPaymentDateRelativeTo
constructor
A new instance of LegPaymentStreamPaymentDateRelativeTo.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamPaymentDateRelativeTo
Returns a new instance of LegPaymentStreamPaymentDateRelativeTo.
31180 31181 31182 31183 31184 31185 31186 |
# File 'lib/quickfix_fields.rb', line 31180 def initialize(data = nil) if( data == nil ) super(40299) else super(40299, data) end end |
Class Method Details
.field ⇒ Object
31177 31178 31179 |
# File 'lib/quickfix_fields.rb', line 31177 def LegPaymentStreamPaymentDateRelativeTo.field return 40299 end |