Class: Quickfix::PaymentStubStartDateOffsetUnit
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PaymentStubStartDateOffsetUnit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStubStartDateOffsetUnit
constructor
A new instance of PaymentStubStartDateOffsetUnit.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PaymentStubStartDateOffsetUnit
Returns a new instance of PaymentStubStartDateOffsetUnit.
69790 69791 69792 69793 69794 69795 69796 |
# File 'lib/quickfix_fields.rb', line 69790 def initialize(data = nil) if( data == nil ) super(42702) else super(42702, data) end end |
Class Method Details
.field ⇒ Object
69787 69788 69789 |
# File 'lib/quickfix_fields.rb', line 69787 def PaymentStubStartDateOffsetUnit.field return 42702 end |