Class: Quickfix::PricingTime
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::PricingTime
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PricingTime
constructor
A new instance of PricingTime.
Constructor Details
#initialize(data = nil) ⇒ PricingTime
Returns a new instance of PricingTime.
45272 45273 45274 45275 45276 45277 45278 |
# File 'lib/quickfix_fields.rb', line 45272 def initialize(data = nil) if( data == nil ) super(41235) else super(41235, data) end end |