Class: Quickfix::Nested2PartySubID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ Nested2PartySubID

Returns a new instance of Nested2PartySubID.



9704
9705
9706
9707
9708
9709
9710
# File 'lib/quickfix_fields.rb', line 9704

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

Class Method Details

.fieldObject



9701
9702
9703
# File 'lib/quickfix_fields.rb', line 9701

def Nested2PartySubID.field
  return 760
end