Class: Quickfix::PaymentStreamFixingDateType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentStreamFixingDateType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamFixingDateType
constructor
A new instance of PaymentStreamFixingDateType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamFixingDateType
Returns a new instance of PaymentStreamFixingDateType.
69270 69271 69272 69273 69274 69275 69276 |
# File 'lib/quickfix_fields.rb', line 69270 def initialize(data = nil) if( data == nil ) super(42662) else super(42662, data) end end |
Class Method Details
.field ⇒ Object
69267 69268 69269 |
# File 'lib/quickfix_fields.rb', line 69267 def PaymentStreamFixingDateType.field return 42662 end |