Class: Quickfix::PartySubID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PartySubID

Returns a new instance of PartySubID.



15255
15256
15257
15258
15259
15260
15261
# File 'lib/quickfix_fields.rb', line 15255

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

Class Method Details

.fieldObject



15252
15253
15254
# File 'lib/quickfix_fields.rb', line 15252

def PartySubID.field
  return 523
end