Class: Quickfix::RefSubID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ RefSubID

Returns a new instance of RefSubID.



4179
4180
4181
4182
4183
4184
4185
# File 'lib/quickfix_fields.rb', line 4179

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

Class Method Details

.fieldObject



4176
4177
4178
# File 'lib/quickfix_fields.rb', line 4176

def RefSubID.field
  return 931
end