Class: Quickfix::UnderlyingPricingTime
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingPricingTime
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPricingTime
constructor
A new instance of UnderlyingPricingTime.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPricingTime
Returns a new instance of UnderlyingPricingTime.
55633 55634 55635 55636 55637 55638 55639 |
# File 'lib/quickfix_fields.rb', line 55633 def initialize(data = nil) if( data == nil ) super(41952) else super(41952, data) end end |