Class: Quickfix::PaymentStreamDayCount
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::PaymentStreamDayCount
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamDayCount
constructor
A new instance of PaymentStreamDayCount.
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 |