Class: Quickfix::ReturnRateQuoteExpirationTime

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

Instance Method Summary collapse

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