Class: Quickfix::LegPaymentStreamPaymentDateType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentStreamPaymentDateType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamPaymentDateType
constructor
A new instance of LegPaymentStreamPaymentDateType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamPaymentDateType
Returns a new instance of LegPaymentStreamPaymentDateType.
50446 50447 50448 50449 50450 50451 50452 |
# File 'lib/quickfix_fields.rb', line 50446 def initialize(data = nil) if( data == nil ) super(41591) else super(41591, data) end end |
Class Method Details
.field ⇒ Object
50443 50444 50445 |
# File 'lib/quickfix_fields.rb', line 50443 def LegPaymentStreamPaymentDateType.field return 41591 end |