Class: Quickfix::LegPaymentStreamDayCount
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegPaymentStreamDayCount
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamDayCount
constructor
A new instance of LegPaymentStreamDayCount.
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamDayCount
Returns a new instance of LegPaymentStreamDayCount.
30972 30973 30974 30975 30976 30977 30978 |
# File 'lib/quickfix_fields.rb', line 30972 def initialize(data = nil) if( data == nil ) super(40283) else super(40283, data) end end |