Class: Quickfix::MaturityTime

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



14423
14424
14425
14426
14427
14428
14429
# File 'lib/quickfix_fields.rb', line 14423

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

Class Method Details

.fieldObject



14420
14421
14422
# File 'lib/quickfix_fields.rb', line 14420

def MaturityTime.field
	return 1079
end