Class: Quickfix::SettlSessID

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

Returns a new instance of SettlSessID.



9821
9822
9823
9824
9825
9826
9827
# File 'lib/quickfix_fields.rb', line 9821

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

Class Method Details

.fieldObject



9818
9819
9820
# File 'lib/quickfix_fields.rb', line 9818

def SettlSessID.field
  return 716
end