Class: Quickfix::ReturnRateQuoteExpirationTime

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) ⇒ ReturnRateQuoteExpirationTime

Returns a new instance of ReturnRateQuoteExpirationTime.



70440
70441
70442
70443
70444
70445
70446
# File 'lib/quickfix_fields.rb', line 70440

def initialize(data = nil)
  if( data == nil )
    super(42751)
  else
    super(42751, data)
  end
end

Class Method Details

.fieldObject



70437
70438
70439
# File 'lib/quickfix_fields.rb', line 70437

def ReturnRateQuoteExpirationTime.field
  return 42751
end