Class: Quickfix::NestedPartySubID

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

Returns a new instance of NestedPartySubID.



7468
7469
7470
7471
7472
7473
7474
# File 'lib/quickfix_fields.rb', line 7468

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

Class Method Details

.fieldObject



7465
7466
7467
# File 'lib/quickfix_fields.rb', line 7465

def NestedPartySubID.field
  return 545
end