Class: Quickfix::LegPaymentStreamFirstObservationDateRelativeTo
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentStreamFirstObservationDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamFirstObservationDateRelativeTo
constructor
A new instance of LegPaymentStreamFirstObservationDateRelativeTo.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamFirstObservationDateRelativeTo
66722 66723 66724 66725 66726 66727 66728 |
# File 'lib/quickfix_fields.rb', line 66722 def initialize(data = nil) if( data == nil ) super(42463) else super(42463, data) end end |
Class Method Details
.field ⇒ Object
66719 66720 66721 |
# File 'lib/quickfix_fields.rb', line 66719 def LegPaymentStreamFirstObservationDateRelativeTo.field return 42463 end |