Class: Quickfix::UnderlyingReturnRateQuoteExpirationTime

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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