Class: Quickfix::PaymentStreamDayCount
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentStreamDayCount
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamDayCount
constructor
A new instance of PaymentStreamDayCount.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamDayCount
Returns a new instance of PaymentStreamDayCount.
36939 36940 36941 36942 36943 36944 36945 |
# File 'lib/quickfix_fields.rb', line 36939 def initialize(data = nil) if( data == nil ) super(40742) else super(40742, data) end end |
Class Method Details
.field ⇒ Object
36936 36937 36938 |
# File 'lib/quickfix_fields.rb', line 36936 def PaymentStreamDayCount.field return 40742 end |