Class: Quickfix::UnderlyingReturnRateQuoteExpirationTime

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ 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

Class Method Details

.fieldObject



74584
74585
74586
# File 'lib/quickfix_fields.rb', line 74584

def UnderlyingReturnRateQuoteExpirationTime.field
  return 43050
end