Class: Quickfix::UnderlyingReturnRateQuoteExpirationTime
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingReturnRateQuoteExpirationTime
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingReturnRateQuoteExpirationTime
constructor
A new instance of UnderlyingReturnRateQuoteExpirationTime.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingReturnRateQuoteExpirationTime
Returns a new instance of UnderlyingReturnRateQuoteExpirationTime.
74587 74588 74589 74590 74591 74592 74593 |
# File 'lib/quickfix_fields.rb', line 74587 def initialize(data = nil) if( data == nil ) super(43050) else super(43050, data) end end |