Class: Quickfix::LegPaymentStubStartDateOffsetPeriod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentStubStartDateOffsetPeriod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStubStartDateOffsetPeriod
constructor
A new instance of LegPaymentStubStartDateOffsetPeriod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStubStartDateOffsetPeriod
Returns a new instance of LegPaymentStubStartDateOffsetPeriod.
67203 67204 67205 67206 67207 67208 67209 |
# File 'lib/quickfix_fields.rb', line 67203 def initialize(data = nil) if( data == nil ) super(42500) else super(42500, data) end end |
Class Method Details
.field ⇒ Object
67200 67201 67202 |
# File 'lib/quickfix_fields.rb', line 67200 def LegPaymentStubStartDateOffsetPeriod.field return 42500 end |