Class: Quickfix::SettlSessSubID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SettlSessSubID

Returns a new instance of SettlSessSubID.



7130
7131
7132
7133
7134
7135
7136
# File 'lib/quickfix_fields.rb', line 7130

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

Class Method Details

.fieldObject



7127
7128
7129
# File 'lib/quickfix_fields.rb', line 7127

def SettlSessSubID.field
  return 717
end