Class: Quickfix::PaymentStreamPricingDateType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::PaymentStreamPricingDateType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamPricingDateType
constructor
A new instance of PaymentStreamPricingDateType.
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamPricingDateType
Returns a new instance of PaymentStreamPricingDateType.
45155 45156 45157 45158 45159 45160 45161 |
# File 'lib/quickfix_fields.rb', line 45155 def initialize(data = nil) if( data == nil ) super(41226) else super(41226, data) end end |