Class: Quickfix::InstrumentScopeMaturityTime

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

Returns a new instance of InstrumentScopeMaturityTime.



20832
20833
20834
20835
20836
20837
20838
# File 'lib/quickfix_fields.rb', line 20832

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

Class Method Details

.fieldObject



20829
20830
20831
# File 'lib/quickfix_fields.rb', line 20829

def InstrumentScopeMaturityTime.field
  return 1550
end