Class: Quickfix::NestedPartySubID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NestedPartySubID



6792
6793
6794
6795
6796
6797
6798
# File 'lib/quickfix_fields.rb', line 6792

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

Class Method Details

.fieldObject



6789
6790
6791
# File 'lib/quickfix_fields.rb', line 6789

def NestedPartySubID.field
  return 545
end